Skip to content

Commit 408dd16

Browse files
authored
typo: ends -> begins (#2840)
1 parent 5ff1fa1 commit 408dd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0433-mutex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ mutex.withLock {
330330
// borrow access ends
331331

332332
do {
333-
// borrow access ends
333+
// borrow access begins
334334
let locked = mutex.lock()
335335
...
336336

0 commit comments

Comments
 (0)