DOC: Fix typo in README

This commit is contained in:
bluss
2019-10-09 16:43:40 +02:00
parent 6905bdbb8a
commit fc6664c540
+2 -2
View File
@@ -30,7 +30,7 @@ Recent Changes (arrayvec)
- Use raw pointers instead of ``&mut [u8]`` for encoding chars into ``ArrayString`` - Use raw pointers instead of ``&mut [u8]`` for encoding chars into ``ArrayString``
(uninit best practice fix). (uninit best practice fix).
- Use raw pointers instead of ``get_unchecked_mut`` where the target may be - Use raw pointers instead of ``get_unchecked_mut`` where the target may be
uninitialized a everywhere relevant in the ArrayVec implementation uninitialized everywhere relevant in the ArrayVec implementation
(uninit best practice fix). (uninit best practice fix).
- Changed inline hints on many methods, mainly removing inline hints - Changed inline hints on many methods, mainly removing inline hints
- ``ArrayVec::dispose`` is now deprecated (it has no purpose anymore) - ``ArrayVec::dispose`` is now deprecated (it has no purpose anymore)
@@ -38,7 +38,7 @@ Recent Changes (arrayvec)
- 0.4.12 - 0.4.12
- Use raw pointers instead of ``get_unchecked_mut`` where the target may be - Use raw pointers instead of ``get_unchecked_mut`` where the target may be
uninitialized a everywhere relevant in the ArrayVec implementation. uninitialized everywhere relevant in the ArrayVec implementation.
- 0.5.0 - 0.5.0