diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-04-06 17:34:55 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-04-06 17:34:55 -0700 |
| commit | 350da4918522c448d82431abbb51068f531ad8ca (patch) | |
| tree | 6a574f6e2f16f753017fb3d9f3197f25ce6916c3 | |
| parent | ae051b5d53f7d4ff22cc692645f73bb2d60a8134 (diff) | |
Fixed typo in test
| -rwxr-xr-x | lib/tools/tutorial.nom | 2 |
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: |
