From 92857ea4d13641b7583f2e42031c56561c9ce99d Mon Sep 17 00:00:00 2001 From: KamilPawel <70412950+KamilPawel@users.noreply.github.com> Date: Wed, 4 Jan 2023 14:52:21 +0000 Subject: [PATCH] fix: remove snow (#1403) * fix: remove snow * fix: adding dummy comment * removing dummy comment * fix: gramatical error in the comment --- game/static/game/js/skulpt/codemirror.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/static/game/js/skulpt/codemirror.js b/game/static/game/js/skulpt/codemirror.js index cd37b69b1..93fcde3da 100644 --- a/game/static/game/js/skulpt/codemirror.js +++ b/game/static/game/js/skulpt/codemirror.js @@ -4,7 +4,7 @@ // This is CodeMirror (http://codemirror.net), a code editor // implemented in JavaScript on top of the browser's DOM. -// You can find some technical background for some of the code below +// You can find some technical background for some code below // at http://marijnhaverbeke.nl/blog/#cm-internals . (function(mod) {