fixup! Release 2.5.1

pull/37/head
Mingwei Samuel 2022-02-08 22:28:29 -08:00
parent 9f5935a3f5
commit ede1247bf8
1 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,8 @@ impl Champion {
} }
} }
/// The error used for failures in [`Champion::from_str`]. /// The error used for failures in [`Champion`]'s
/// [`FromStr`](std::str::FromStr) implementation.
/// ///
/// Currently only internally stores the four characters used to parse the /// Currently only internally stores the four characters used to parse the
/// champion, but may change in the future. /// champion, but may change in the future.