We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940beaa commit 1f20fffCopy full SHA for 1f20fff
src/conversion/string.md
@@ -28,7 +28,7 @@ fn main() {
28
29
## Parsing a String
30
31
-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
32
approach to this is to use the [`parse`] function and either to arrange for
33
type inference or to specify the type to parse using the 'turbofish' syntax.
34
Both alternatives are shown in the following example.
0 commit comments