Skip to content

Commit

Permalink
Merge pull request #9 from skade/patch-1
Browse files Browse the repository at this point in the history
Fix a small typo
  • Loading branch information
Byron authored Sep 24, 2017
2 parents 0ccdbd0 + 89caa59 commit c017217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//! # Notes
//!
//! As an operating system program is used, chances are that the open operation fails.
//! Therfore, you are advised to at least check the result with `.is_err()` and
//! Therefore, you are advised to at least check the result with `.is_err()` and
//! behave accordingly, e.g. by letting the user know what you tried to open, and failed.
//!
//! ```
Expand Down

0 comments on commit c017217

Please sign in to comment.