From f1e05b1e68e04ffbe5ad5343d7200e7fa092558e Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Fri, 28 Jun 2019 15:09:59 -0700 Subject: [PATCH] Lowercase l in comments --- core/utils/svg_paths.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/utils/svg_paths.js b/core/utils/svg_paths.js index 02e2ab099..ea6a9e112 100644 --- a/core/utils/svg_paths.js +++ b/core/utils/svg_paths.js @@ -95,7 +95,7 @@ Blockly.utils.Paths.moveBy = function(dx, dy) { * See developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Paths#Line_commands * @param {number} dx The relative x coordinate. * @param {number} dy The relative y coordinate. - * @return {string} A string of the format ' L dx,dy ' + * @return {string} A string of the format ' l dx,dy ' * @public */ Blockly.utils.Paths.lineTo = function(dx, dy) {