Change `create` to `construct` in rustdocs
This commit is contained in:
parent
05c28cf31d
commit
55470f7357
|
@ -121,7 +121,7 @@ fn int<T: Integer, S: AsRef<str> + Into<InputString>>(s: S) -> Result<T, ParseIn
|
|||
/// Implements standard parsing traits for `$type` by calling `parse::int`.
|
||||
///
|
||||
/// Once the string is converted to an integer the infallible conversion function `fn` is used to
|
||||
/// create the type `to`.
|
||||
/// construct the type `to`.
|
||||
///
|
||||
/// Implements:
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue