Skip to content

Commit

Permalink
Fix typo in std::io unstable reason
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Feb 21, 2015
1 parent 2b01a37 commit 5b64845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/io/mod.rs
Expand Up @@ -15,7 +15,7 @@
//! > module while the details of this module shake out.

#![unstable(feature = "io",
reason = "this new I/O module is still under active deveopment and \
reason = "this new I/O module is still under active development and \
APIs are subject to tweaks fairly regularly")]

use cmp;
Expand Down

0 comments on commit 5b64845

Please sign in to comment.