authorgravatar for justintwayland+github@gmail.comJustinWayland <justintwayland+github@gmail.com> 2023-10-12 14:56:05-04:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2023-10-13 00:44:30+03:00
logb37fdf387a10bf76facc85a882f9ec7a8279c17a
tree78f53cca2a0fa7653622266760d4fe4f1b68413d
parent2254882ebe1f3fa9e616347d09002e5420cf1221

Fix minor typo in the description of Progress


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/Progress.zig+1-1
......@@ -1,4 +1,4 @@
1//! This API non-allocating, non-fallible, and thread-safe.
1//! This API is non-allocating, non-fallible, and thread-safe.
22//! The tradeoff is that users of this API must provide the storage
33//! for each `Progress.Node`.
44//!