Fix minor typo in the description of Progress

This commit is contained in:
JustinWayland 2023-10-12 14:56:05 -04:00 committed by Veikka Tuominen
parent 2254882ebe
commit b37fdf387a

View File

@ -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`.
//!