From ef1c6d08d41f94f3c0522ee6cf5ead69b4f5d199 Mon Sep 17 00:00:00 2001 From: asunwoo98 Date: Mon, 8 Apr 2019 18:00:38 -0400 Subject: [PATCH] typo fix in line 134 of field.js for documentation --- core/field.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/field.js b/core/field.js index fe0e05701..45083993a 100644 --- a/core/field.js +++ b/core/field.js @@ -131,7 +131,7 @@ Blockly.Field.prototype.maxDisplayLength = 50; Blockly.Field.prototype.text_ = ''; /** - * Block this field is attached to. Starts as null, then in set in init. + * Block this field is attached to. Starts as null, then set in init. * @type {Blockly.Block} * @protected */