From 980bb581ee6e0eeba3862d1a86ad2b3bd6712acc Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Sun, 18 Nov 2018 09:43:41 -0800 Subject: [PATCH] Remove extra whitespace from ```blocks causing tutorial not to decompile (#1651) --- docs/projects/snap-the-dot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/projects/snap-the-dot.md b/docs/projects/snap-the-dot.md index e1bf1a0d..6fa2278d 100644 --- a/docs/projects/snap-the-dot.md +++ b/docs/projects/snap-the-dot.md @@ -70,7 +70,7 @@ basic.forever(function () { Finally, pull out an ``||game:add score||`` and a ``||game:game over||`` block to handle both success (sprite in the center) and failure (sprite not in the center). - ```blocks +```blocks let sprite: game.LedSprite = null input.onButtonPressed(Button.A, function () { if (sprite.get(LedSpriteProperty.X) == 2) {