Commit b37fdf387a

JustinWayland <justintwayland+github@gmail.com>
2023-10-12 20:56:05
Fix minor typo in the description of Progress
1 parent 2254882
Changed files (1)
lib
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`.
 //!