diff --git a/src/lib.rs b/src/lib.rs index d55bda3..75aeb14 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -668,7 +668,7 @@ impl Bump { } /// Returns an iterator over each chunk of allocated memory that - /// from an arena has bump allocated into. + /// this arena has bump allocated into. /// /// Chunks are returned in order of allocation: oldest chunks first, newest /// chunks last.