Fix 'draw a point' typo in drawLine doc

This commit is contained in:
liam4 2017-06-05 19:56:41 -03:00
parent 78b19046b4
commit 4707349028
No known key found for this signature in database
GPG Key ID: 3A7605D17C36EF05

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.