Fixup indentation

This commit is contained in:
bluss
2016-02-06 00:57:30 +01:00
parent 95fb85c241
commit 9fdb7dd631
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ impl<A: Array<Item=u8>> ArrayString<A> {
} }
} }
/// Create a new `ArrayString` from a string slice. /// Create a new `ArrayString` from a `str`.
/// ///
/// Capacity is inferred from the type parameter. /// Capacity is inferred from the type parameter.
/// ///