We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d74c6 commit 6ff299aCopy full SHA for 6ff299a
docs/src/manual.md
@@ -254,7 +254,7 @@ context_ref(value) = @ContextManager function(cont)
254
end
255
256
# we can try out a contextmanager, by providing `identity` as the continuation `cont`
257
-context_print("value")(identity) # 4
+context_print(4)(identity) # 4
258
# initializing value=4
259
# finalizing value=4, got result=4
260
0 commit comments