diff --git a/doc/learning/tutorial.html b/doc/learning/tutorial.html index 17b78cb1..dd5ca7f6 100644 --- a/doc/learning/tutorial.html +++ b/doc/learning/tutorial.html @@ -493,7 +493,7 @@
assert "foo";assert "foo" : "message";assert self.f == 10,assert "foo" : "message",assert self.f == 10 : "message",Try modifying the code below to trigger the assertion failures, and observe the error