mirror of
https://github.com/ziglang/zig.git
synced 2026-01-28 18:25:26 +00:00
Fix wording on deinit.
This commit is contained in:
parent
33b5dbb82c
commit
45339aec02
@ -49,8 +49,7 @@ pub const Mutex = if (builtin.single_threaded)
|
||||
}
|
||||
|
||||
/// Free a mutex created with init. Calling this while the
|
||||
/// mutex is held may result in safety-checked undefined
|
||||
/// behavior.
|
||||
/// mutex is held is illegal behavior.
|
||||
pub fn deinit(self: *Mutex) void {
|
||||
self.* = undefined;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user