Skip to content

Commit fc6664c

Browse files
committed
DOC: Fix typo in README
1 parent 6905bdb commit fc6664c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ Recent Changes (arrayvec)
3030
- Use raw pointers instead of ``&mut [u8]`` for encoding chars into ``ArrayString``
3131
(uninit best practice fix).
3232
- Use raw pointers instead of ``get_unchecked_mut`` where the target may be
33-
uninitialized a everywhere relevant in the ArrayVec implementation
33+
uninitialized everywhere relevant in the ArrayVec implementation
3434
(uninit best practice fix).
3535
- Changed inline hints on many methods, mainly removing inline hints
3636
- ``ArrayVec::dispose`` is now deprecated (it has no purpose anymore)
3737

3838
- 0.4.12
3939

4040
- Use raw pointers instead of ``get_unchecked_mut`` where the target may be
41-
uninitialized a everywhere relevant in the ArrayVec implementation.
41+
uninitialized everywhere relevant in the ArrayVec implementation.
4242

4343
- 0.5.0
4444

0 commit comments

Comments
 (0)