We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1db6bb4 + 6b4c558 commit 0dc9cd4Copy full SHA for 0dc9cd4
src/conversion/string.md
@@ -33,7 +33,7 @@ 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.
35
36
-This will convert the string into the type specified so long as the [`FromStr`]
+This will convert the string into the type specified so as long as the [`FromStr`]
37
trait is implemented for that type. This is implemented for numerous types
38
within the standard library. To obtain this functionality on a user defined type
39
simply implement the [`FromStr`] trait for that type.
0 commit comments