From b37fdf387a10bf76facc85a882f9ec7a8279c17a Mon Sep 17 00:00:00 2001 From: JustinWayland Date: Thu, 12 Oct 2023 14:56:05 -0400 Subject: [PATCH] Fix minor typo in the description of Progress --- lib/std/Progress.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. //! -- 2.54.0