Skip to content

Commit

Permalink
Merge pull request #1776 from mirceanis/patch-1
Browse files Browse the repository at this point in the history
fix tiny typo in string conversion docs
  • Loading branch information
marioidival authored Nov 27, 2023
2 parents 1ae8338 + 7370142 commit da0a06a
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 a number. The idiomatic
One of the more common types to convert a string into is 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 da0a06a

Please sign in to comment.