From 350da4918522c448d82431abbb51068f531ad8ca Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 6 Apr 2019 17:34:55 -0700 Subject: [PATCH] Fixed typo in test --- lib/tools/tutorial.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: