We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad6b854 commit bff7c6dCopy full SHA for bff7c6d
1 file changed
ractor.rb
@@ -653,7 +653,7 @@ def unmonitor port
653
# in the Proc will be replaced with the value passed via the `self:` keyword,
654
# or +nil+ if not given.
655
#
656
- # In a shareable Proc, access to any outer variables if prohibited.
+ # In a shareable Proc, access to any outer variables is prohibited.
657
658
# a = 42
659
# Ractor.shareable_proc{ p a }
0 commit comments