Skip to content

Commit 643eb79

Browse files
authored
Remove space before a period
1 parent 075503b commit 643eb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/concurrency.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ example, in this code:
784784
$slot = 'foo';
785785
786786
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
787+
The simplest fix is to use a L<Lock> to protect the critical section. A
788788
possibly better fix would be to refactor the code so that sharing a container
789789
is not necessary.
790790

0 commit comments

Comments
 (0)