authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-05-26 09:24:30-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-05-27 20:56:48-07:00
loge8907f9e9ccf4baf661d1b0ab45157a9940e70e3
tree104e6e8a348110c3358ef80e5a55f422483e3b89
parentd77f5e7aaa94b66db4e3604f21c41b315743fb81

std.Progress: correct the top level doc comments


1 files changed, 1 insertions(+), 4 deletions(-)

lib/std/Progress.zig+1-4
......@@ -1,7 +1,4 @@
1//! This API is non-allocating, non-fallible, and thread-safe.
2//!
3//! The tradeoff is that users of this API must provide the storage
4//! for each `Progress.Node`.
1//! This API is non-allocating, non-fallible, thread-safe, and lock-free.
52
63const std = @import("std");
74const builtin = @import("builtin");