mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
all: fix typos (#21089)
This commit is contained in:
parent
9ad84ddc21
commit
f77bb32044
193 changed files with 403 additions and 402 deletions
|
@ -63,7 +63,7 @@ fn test_try_lock_rwmutex() {
|
|||
assert try_fail_writing2 == false
|
||||
|
||||
mx.runlock()
|
||||
mx.runlock() // you must release rlock mutiple times, as it was rlocked multiple times
|
||||
mx.runlock() // you must release rlock multiple times, as it was rlocked multiple times
|
||||
|
||||
// after mx release all rlock, try_wlock will succeed
|
||||
try_success_writing3 := mx.try_wlock()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue