Skip to content

Commit

Permalink
Fix a small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skade authored Jul 27, 2017
1 parent 0ccdbd0 commit 89caa59
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 89caa59

Please sign in to comment.