Merge pull request #145 from liam4/fix-comments

Fix 'draw a point' typo in drawLine doc
This commit is contained in:
Chris Willis-Ford 2017-06-13 15:40:01 -07:00 committed by GitHub
commit 80299b1a2b

View File

@ -112,7 +112,7 @@ class PenSkin extends Skin {
}
/**
* Draw a point on the pen layer.
* Draw a line on the pen layer.
* @param {PenAttributes} penAttributes - how the line should be drawn.
* @param {number} x0 - the X coordinate of the beginning of the line.
* @param {number} y0 - the Y coordinate of the beginning of the line.