Skip to content

Commit

Permalink
Merge pull request #522 from benaryorg/patch-1
Browse files Browse the repository at this point in the history
missing curly brace in docs of error-chain
  • Loading branch information
brson committed Jun 8, 2016
2 parents 8d1633f + 3092c2d commit b6a06f6
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 b6a06f6

Please sign in to comment.