mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
Fix variable name in documentation sample (#13391)
This commit is contained in:
parent
ddb9eac05c
commit
2943df016e
@ -13,7 +13,7 @@
|
||||
//! defer m.unlock();
|
||||
//!
|
||||
//! while (!predicate) {
|
||||
//! c.wait(&mutex);
|
||||
//! c.wait(&m);
|
||||
//! }
|
||||
//! }
|
||||
//!
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user