From 9d2cbbaa2ce68282afbd87458b173178b12df5ed Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Fri, 15 Apr 2022 20:40:58 +0200 Subject: [PATCH] fix notes example --- repl/src/tutorial/tutorial.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repl/src/tutorial/tutorial.mdx b/repl/src/tutorial/tutorial.mdx index 81f6d508..af64fc5e 100644 --- a/repl/src/tutorial/tutorial.mdx +++ b/repl/src/tutorial/tutorial.mdx @@ -195,14 +195,14 @@ Internally, the mini notation will expand to use the actual functional JavaScrip Notes are automatically available as variables: - + An important difference to the mini notation: For sharp notes, the letter "s" is used instead of "#", because JavaScript does not support "#" in a variable name. The above is the same as: - + Using strings, you can also use "#".