We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29bebd3 + 1bbd97c commit 32742d0Copy full SHA for 32742d0
doc/tutorial.md
@@ -898,7 +898,7 @@ that callers have the flexibility to pass whatever they want.
898
~~~~
899
## xfail-test
900
fn call_twice(f: fn()) { f(); f(); }
901
-call_twice({|| "I am a stack closure; });
+call_twice({|| "I am a stack closure"; });
902
call_twice(fn@() { "I am a boxed closure"; });
903
fn bare_function() { "I am a plain function"; }
904
call_twice(bare_function);
0 commit comments