Lowercase l in comments

This commit is contained in:
Rachel Fenichel
2019-06-28 15:09:59 -07:00
parent 1f82f9d9e2
commit f1e05b1e68

View File

@@ -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) {