| author | |
| committer | |
| log | b37fdf387a10bf76facc85a882f9ec7a8279c17a |
| tree | 78f53cca2a0fa7653622266760d4fe4f1b68413d |
| parent | 2254882ebe1f3fa9e616347d09002e5420cf1221 |
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. | |
| 2 | 2 | //! The tradeoff is that users of this API must provide the storage |
| 3 | 3 | //! for each `Progress.Node`. |
| 4 | 4 | //! |