DOC: Minor fixes in docs, for ' → ’

This commit is contained in:
bluss
2017-10-27 22:54:46 +02:00
parent db616eb9c5
commit a2e3fcea3f
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/// Trait for fixed size arrays.
pub unsafe trait Array {
/// The array's element type
/// The arrays element type
type Item;
#[doc(hidden)]
/// The smallest index type that indexes the array.