From 4707349028884edb7cad595b5c07c7c05306b96b Mon Sep 17 00:00:00 2001 From: liam4 Date: Mon, 5 Jun 2017 19:56:41 -0300 Subject: [PATCH] Fix 'draw a point' typo in drawLine doc --- src/PenSkin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PenSkin.js b/src/PenSkin.js index 7de5246..2e2ce69 100644 --- a/src/PenSkin.js +++ b/src/PenSkin.js @@ -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.