From 367dd16075ef8d71de3503c7ea9f08c2533d7618 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 21 Feb 2022 17:11:52 +0100 Subject: [PATCH] fix spelling --- stitchcode/objects.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stitchcode/objects.js b/stitchcode/objects.js index 8eed39a5..8dd35b0a 100644 --- a/stitchcode/objects.js +++ b/stitchcode/objects.js @@ -1457,7 +1457,7 @@ SpriteMorph.prototype.initBlocks = function () { only: SpriteMorph, type: 'command', category: 'motion', - spec: 'arc $turnRight radius: %n degress: %n ', + spec: 'arc $turnRight radius: %n degrees: %n ', defaults: [50, 30] }; this.blocks.arcLeft = @@ -1465,7 +1465,7 @@ SpriteMorph.prototype.initBlocks = function () { only: SpriteMorph, type: 'command', category: 'motion', - spec: 'arc $turnLeft radius: %n degress: %n ', + spec: 'arc $turnLeft radius: %n degrees: %n ', defaults: [50, 30] }; this.blocks.pointTowards =