From ae051b5d53f7d4ff22cc692645f73bb2d60a8134 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 6 Apr 2019 17:34:19 -0700 Subject: [PATCH] Fixed "is" bug in tutorial --- lib/tools/tutorial.nom | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/tools/tutorial.nom b/lib/tools/tutorial.nom index 921d8c3..921c4fc 100755 --- a/lib/tools/tutorial.nom +++ b/lib/tools/tutorial.nom @@ -283,8 +283,8 @@ $lessons = [ ### Create an instance of a Buffer: $b = (a Buffer) - test that ($b == "a Buffer") - test that ((type of $b) == "a Buffer") + test that ($b is "a Buffer") + test that ((type of $b) is "a Buffer") $b, add "xx" $b, add "yyy" test that (($b, as text) == "xxyy") @@ -558,4 +558,4 @@ command line program with $args: \\(^\("ᴗ" if $(COLOR ENABLED) else "_")^)/ - ") \ No newline at end of file + ")