aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-04-06 17:34:55 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-04-06 17:34:55 -0700
commit350da4918522c448d82431abbb51068f531ad8ca (patch)
tree6a574f6e2f16f753017fb3d9f3197f25ce6916c3
parentae051b5d53f7d4ff22cc692645f73bb2d60a8134 (diff)
Fixed typo in test
-rwxr-xr-xlib/tools/tutorial.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tools/tutorial.nom b/lib/tools/tutorial.nom
index 921c4fc..5c044c7 100755
--- a/lib/tools/tutorial.nom
+++ b/lib/tools/tutorial.nom
@@ -287,7 +287,7 @@ $lessons = [
test that ((type of $b) is "a Buffer")
$b, add "xx"
$b, add "yyy"
- test that (($b, as text) == "xxyy")
+ test that (($b, as text) == "xxyyy")
test that (($b, length) == 5)
### You can define a thing that inherits the behaviors of another thing like this: