diff --git a/lib/std/Progress.zig b/lib/std/Progress.zig index 9659e1a328c0f0c22a7a111bccd803ac47599883..7d3b8b8b1c43b3bf5fc7f8e0860c054f2e80b89b 100644 --- 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`. //!