Commit e8907f9e9c

Andrew Kelley <andrew@ziglang.org>
2024-05-26 18:24:30
std.Progress: correct the top level doc comments
1 parent d77f5e7
Changed files (1)
lib
lib/std/Progress.zig
@@ -1,7 +1,4 @@
-//! This API is non-allocating, non-fallible, and thread-safe.
-//!
-//! The tradeoff is that users of this API must provide the storage
-//! for each `Progress.Node`.
+//! This API is non-allocating, non-fallible, thread-safe, and lock-free.
 
 const std = @import("std");
 const builtin = @import("builtin");