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.
1 parent 0dc9cd4 commit 08784b3Copy full SHA for 08784b3
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 as long as the [`FromStr`]
+This will convert the string into the type specified 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