Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
coke committed Oct 17, 2016
1 parent fd7d6ba commit 8ad2322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Lock.pod6
Expand Up @@ -19,7 +19,7 @@ I<critical section>).
}
say $x; # 10
Locks are reentrant, that is, a thread that holds the lock can lock it again
Locks are re-entrant, that is, a thread that holds the lock can lock it again
without blocking.
High-level Perl 6 code should avoid the direct usage of locks, because they
Expand Down

0 comments on commit 8ad2322

Please sign in to comment.