aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-04-06 17:34:19 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-04-06 17:34:19 -0700
commitae051b5d53f7d4ff22cc692645f73bb2d60a8134 (patch)
tree0f614757db311327366e7b354fbe1110d8416d8c
parenta1849da175765350e013bdeecfa4e0ad3c066937 (diff)
Fixed "is" bug in tutorial
-rwxr-xr-xlib/tools/tutorial.nom6
1 files 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
+ ")