Skip to content

Commit 9fe2d21

Browse files
committed
Rollup merge of rust-lang#22634 - shepmaster:std-io-typo, r=Manishearth
2 parents dcbf226 + 5b64845 commit 9fe2d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/io/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//! > module while the details of this module shake out.
1616
1717
#![unstable(feature = "io",
18-
reason = "this new I/O module is still under active deveopment and \
18+
reason = "this new I/O module is still under active development and \
1919
APIs are subject to tweaks fairly regularly")]
2020

2121
use cmp;

0 commit comments

Comments
 (0)