Skip to content

Commit 4f3896d

Browse files
authored
'a' → 'an' in front of vowel sounds.
1 parent b3750aa commit 4f3896d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/libstd/io/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ impl ErrorKind {
212212
/// the heap (for normal construction via Error::new) is too costly.
213213
#[stable(feature = "io_error_from_errorkind", since = "1.14.0")]
214214
impl From<ErrorKind> for Error {
215-
/// Converts a [`ErrorKind`] into a [`Error`].
215+
/// Converts an [`ErrorKind`] into an [`Error`].
216216
///
217217
/// This conversion allocates a new error with a simple representation of error kind.
218218
///

0 commit comments

Comments
 (0)