mirror of
https://github.com/ziglang/zig.git
synced 2025-02-06 20:51:20 +00:00
std.Progress: correct the top level doc comments
This commit is contained in:
parent
d77f5e7aaa
commit
e8907f9e9c
@ -1,7 +1,4 @@
|
|||||||
//! This API is non-allocating, non-fallible, and thread-safe.
|
//! This API is non-allocating, non-fallible, thread-safe, and lock-free.
|
||||||
//!
|
|
||||||
//! The tradeoff is that users of this API must provide the storage
|
|
||||||
//! for each `Progress.Node`.
|
|
||||||
|
|
||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
const builtin = @import("builtin");
|
const builtin = @import("builtin");
|
||||||
|
Loading…
Reference in New Issue
Block a user