aboutsummaryrefslogtreecommitdiff
path: root/lib/tools
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tools')
-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
+ ")