From 4f3896d8ef381993f333cc7c984991a4590df29f Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sat, 6 Oct 2018 11:21:53 -0400 Subject: 'a' → 'an' in front of vowel sounds. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libstd/io/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd') diff --git a/src/libstd/io/error.rs b/src/libstd/io/error.rs index 6515a5540ee..386de080b85 100644 --- a/src/libstd/io/error.rs +++ b/src/libstd/io/error.rs @@ -212,7 +212,7 @@ impl ErrorKind { /// the heap (for normal construction via Error::new) is too costly. #[stable(feature = "io_error_from_errorkind", since = "1.14.0")] impl From for Error { - /// Converts a [`ErrorKind`] into a [`Error`]. + /// Converts an [`ErrorKind`] into an [`Error`]. /// /// This conversion allocates a new error with a simple representation of error kind. /// -- cgit 1.4.1-3-g733a5