Skip to content

Commit 2d56dd9

Browse files
authored
Merge pull request #1713 from lebedev/patch-1
Fix grammar in string.md
2 parents 940beaa + 1f20fff commit 2d56dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conversion/string.md

+1-1
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 is a number. The idiomatic
31+
One of the more common types to convert a string into 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)