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 f21b295 commit beff610Copy full SHA for beff610
src/libstd/fmt.rs
@@ -185,7 +185,7 @@ struct. In order to help with this, the `Formatter` struct also provides some
185
helper methods.
186
187
Additionally, the return value of this function is `fmt::Result` which is a
188
-typedef to `Result<(), IoError>` (also known as `IoError<()>`). Formatting
+typedef to `Result<(), IoError>` (also known as `IoResult<()>`). Formatting
189
implementations should ensure that they return errors from `write!` correctly
190
(propagating errors upward).
191
0 commit comments