diff options
Diffstat (limited to 'lib/tools')
| -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: |
