We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3750aa commit 4f3896dCopy full SHA for 4f3896d
src/libstd/io/error.rs
@@ -212,7 +212,7 @@ impl ErrorKind {
212
/// the heap (for normal construction via Error::new) is too costly.
213
#[stable(feature = "io_error_from_errorkind", since = "1.14.0")]
214
impl From<ErrorKind> for Error {
215
- /// Converts a [`ErrorKind`] into a [`Error`].
+ /// Converts an [`ErrorKind`] into an [`Error`].
216
///
217
/// This conversion allocates a new error with a simple representation of error kind.
218
0 commit comments