mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 21:08:36 +00:00
Fix variable name in documentation sample (#13391)
This commit is contained in:
parent
5e4000ee69
commit
5aa146c2d2
@ -13,7 +13,7 @@
|
||||
//! defer m.unlock();
|
||||
//!
|
||||
//! while (!predicate) {
|
||||
//! c.wait(&mutex);
|
||||
//! c.wait(&m);
|
||||
//! }
|
||||
//! }
|
||||
//!
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user