zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit b37fdf387a10bf76facc85a882f9ec7a8279c17a (tree)
parent 2254882ebe1f3fa9e616347d09002e5420cf1221
Author: JustinWayland <justintwayland+github@gmail.com>
Date:   Thu, 12 Oct 2023 14:56:05 -0400

Fix minor typo in the description of Progress

Diffstat:
Mlib/std/Progress.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/std/Progress.zig b/lib/std/Progress.zig @@ -1,4 +1,4 @@ -//! This API non-allocating, non-fallible, and thread-safe. +//! 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`. //!