From 0f3ed2b100cfa03790fd6dcb91d2b5878c0ef75e Mon Sep 17 00:00:00 2001 From: jmoenig Date: Sun, 7 Feb 2021 10:54:56 +0100 Subject: [PATCH] changed wordings for list attributes --- HISTORY.md | 1 + snap.html | 2 +- src/blocks.js | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 4fbd5408..1713d2b6 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -11,6 +11,7 @@ ### 2021-02-06 * simplified private list.range() method +* blocks: changed wordings for list attributes ### 2021-02-05 * new manual for v6.6, thanks, Brian! diff --git a/snap.html b/snap.html index 96965a93..bb281c42 100755 --- a/snap.html +++ b/snap.html @@ -8,7 +8,7 @@ - + diff --git a/src/blocks.js b/src/blocks.js index 59ddb162..6e135bef 100644 --- a/src/blocks.js +++ b/src/blocks.js @@ -158,7 +158,7 @@ CustomCommandBlockMorph, SymbolMorph, ToggleButtonMorph, DialMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.blocks = '2021-February-05'; +modules.blocks = '2021-February-07'; var SyntaxElementMorph; var BlockMorph; @@ -468,8 +468,8 @@ SyntaxElementMorph.prototype.labelParts = { 'length' : ['length'], // 'size' : ['size'], 'rank' : ['rank'], - 'shape' : ['shape'], - 'ravel' : ['ravel'], + 'dimensions' : ['dimensions'], + 'flatten' : ['flatten'], 'transpose' : ['transpose'], '~' : null, 'txt' : ['txt'],