From 5b64845e4732c4955c03c6cf835ee663d85acef2 Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Sat, 21 Feb 2015 11:56:58 -0500 Subject: [PATCH] Fix typo in std::io unstable reason --- src/libstd/io/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;