Skip to content

Commit

Permalink
missing curly brace in docs of error-chain
Browse files Browse the repository at this point in the history
Signed-off-by: benaryorg <[email protected]>
  • Loading branch information
benaryorg committed Jun 8, 2016
1 parent 8d1633f commit 3092c2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/error-chain/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
//!
//! fn bar() -> Result<()> {
//! Ok(try!(Err("bogus!")))
//! }
//! ```
//!
//! ## Chaining errors
Expand Down

0 comments on commit 3092c2d

Please sign in to comment.