Skip to content

Commit da0a06a

Browse files
authored
Merge pull request #1776 from mirceanis/patch-1
fix tiny typo in string conversion docs
2 parents 1ae8338 + 7370142 commit da0a06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conversion/string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fn main() {
2828

2929
## Parsing a String
3030

31-
One of the more common types to convert a string into a number. The idiomatic
31+
One of the more common types to convert a string into is a number. The idiomatic
3232
approach to this is to use the [`parse`] function and either to arrange for
3333
type inference or to specify the type to parse using the 'turbofish' syntax.
3434
Both alternatives are shown in the following example.

0 commit comments

Comments
 (0)