Skip to content

Commit 352b2e7

Browse files
authored
Corrected typing description in doc
1 parent d4b7c63 commit 352b2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libserialize/json.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ impl std::error::Error for EncoderError {
365365
}
366366

367367
impl From<fmt::Error> for EncoderError {
368-
/// Converts a `fmt::Error` into `EncoderError`
368+
/// Converts a [`fmt::Error`] into `EncoderError`
369369
///
370370
/// This conversion does not allocate memory.
371371
fn from(err: fmt::Error) -> EncoderError { EncoderError::FmtError(err) }

0 commit comments

Comments
 (0)