Skip to content

Commit bff7c6d

Browse files
Stevo-Snobu
authored andcommitted
[DOC] Fix minor typo on shareable procs section
1 parent ad6b854 commit bff7c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ractor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ def unmonitor port
653653
# in the Proc will be replaced with the value passed via the `self:` keyword,
654654
# or +nil+ if not given.
655655
#
656-
# In a shareable Proc, access to any outer variables if prohibited.
656+
# In a shareable Proc, access to any outer variables is prohibited.
657657
#
658658
# a = 42
659659
# Ractor.shareable_proc{ p a }

0 commit comments

Comments
 (0)