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 075503b commit 643eb79Copy full SHA for 643eb79
doc/Language/concurrency.pod6
@@ -784,7 +784,7 @@ example, in this code:
784
$slot = 'foo';
785
786
The third line is the critical section as that is when the array is extended.
787
-The simplest fix is to use a L<Lock> to protect the critical section . A
+The simplest fix is to use a L<Lock> to protect the critical section. A
788
possibly better fix would be to refactor the code so that sharing a container
789
is not necessary.
790
0 commit comments