core: correct the casing of result::{Ok,Err} in the docs

This commit is contained in:
Erick Tryzelaar 2013-07-24 20:41:13 -07:00
parent 796b3371f9
commit ea106f72f7
2 changed files with 58 additions and 60 deletions

View file

@ -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;