Skip to content

Commit

Permalink
Merge pull request #1713 from lebedev/patch-1
Browse files Browse the repository at this point in the history
Fix grammar in string.md
  • Loading branch information
marioidival authored Jun 1, 2023
2 parents 940beaa + 1f20fff commit 2d56dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conversion/string.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fn main() {

## Parsing a String

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

0 comments on commit 2d56dd9

Please sign in to comment.