core: correct the casing of result::{Ok,Err} in the docs
This commit is contained in:
parent
796b3371f9
commit
ea106f72f7
2 changed files with 58 additions and 60 deletions
|
|
@ -8,7 +8,7 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// error-pattern:get called on error result: ~"kitty"
|
||||
// error-pattern:get called on `Err` result: ~"kitty"
|
||||
|
||||
use std::result;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue