Skip to content

Commit b2886dc

Browse files
striezelbluss
authored andcommitted
DOC: Fix typos in changelog
[ci skip]
1 parent 274fb2d commit b2886dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Recent Changes (arrayvec)
125125
users outside the crate.
126126
- Add `FromStr` impl for `ArrayString` by @despawnerer
127127
- Add method `try_extend_from_slice` to `ArrayVec`, which is always
128-
effecient by @Thomasdezeeuw.
128+
efficient by @Thomasdezeeuw.
129129
- Add method `remaining_capacity` by @Thomasdezeeuw
130130
- Improve performance of the `extend` method.
131131
- The index type of zero capacity vectors is now itself zero size, by
@@ -176,7 +176,7 @@ Recent Changes (arrayvec)
176176

177177
- Fix future compat warning about raw pointer casts
178178
- Use `drop_in_place` when dropping the arrayvec by-value iterator
179-
- Decrease mininum Rust version (see docs) by @jeehoonkang
179+
- Decrease minimum Rust version (see docs) by @jeehoonkang
180180

181181
- 0.3.25
182182

0 commit comments

Comments
 (0)