Skip to content

Commit 6ff299a

Browse files
authored
Update manual.md
1 parent f3d74c6 commit 6ff299a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ context_ref(value) = @ContextManager function(cont)
254254
end
255255

256256
# we can try out a contextmanager, by providing `identity` as the continuation `cont`
257-
context_print("value")(identity) # 4
257+
context_print(4)(identity) # 4
258258
# initializing value=4
259259
# finalizing value=4, got result=4
260260

0 commit comments

Comments
 (0)