Skip to content

Commit 935c576

Browse files
Add missing period.
1 parent e5b0adb commit 935c576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/std/str.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ fn main() {
112112
}
113113
```
114114

115-
Want a string that's not UTF-8? (Remember, `str` and `String` must be valid UTF-8)
115+
Want a string that's not UTF-8? (Remember, `str` and `String` must be valid UTF-8).
116116
Or maybe you want an array of bytes that's mostly text? Byte strings to the rescue!
117117

118118
```rust, editable

0 commit comments

Comments
 (0)