diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-02-22 01:50:32 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-02-22 01:50:32 +0530 |
| commit | 9fe2d212a0f776dda3986291921a9b0ebf1d7a48 (patch) | |
| tree | 9d5ba957040de38e14765cd22d855739864f2e0e | |
| parent | dcbf2265184c6e02b7c4b21f74b82bd6d7c9ab2a (diff) | |
| parent | 5b64845e4732c4955c03c6cf835ee663d85acef2 (diff) | |
| download | rust-9fe2d212a0f776dda3986291921a9b0ebf1d7a48.tar.gz rust-9fe2d212a0f776dda3986291921a9b0ebf1d7a48.zip | |
Rollup merge of #22634 - shepmaster:std-io-typo, r=Manishearth
| -rw-r--r-- | src/libstd/io/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs index c38d52161c9..1133bd87a7d 100644 --- a/src/libstd/io/mod.rs +++ b/src/libstd/io/mod.rs @@ -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; |
