BadApiUsage: change Display impl capitalisation

Now it maches the others
This commit is contained in:
Ian Jackson 2022-02-15 13:58:25 +00:00
parent 5d636738eb
commit ad6cb60d8a
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ pub enum ErrorKind {
// The difference is that an InternalError, with kind `Internal`, represents
// a bug in arti, whereas errors with kind BadArgument represent bugs which
// could be (often, are likely to be) outside arti.
#[display(fmt = "Bad API usage (bug)")]
#[display(fmt = "bad API usage (bug)")]
BadApiUsage,
/// Internal error (bug) in Arti.