We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a14991 commit 1fd928eCopy full SHA for 1fd928e
library/core/src/result.rs
@@ -260,8 +260,8 @@
260
//! is [`Ok`] or [`Err`], respectively.
261
//!
262
//! The [`is_ok_and`] and [`is_err_and`] methods apply the provided function
263
-//! to the contents of the [`Result`] to produce a boolean value. If the [`Result`]` does not have the expected variant
264
-//! then `false` is returned instead without executing the function.
+//! to the contents of the [`Result`] to produce a boolean value. If the [`Result`] does not have the expected variant
+//! then [`false`] is returned instead without executing the function.
265
266
//! [`is_err`]: Result::is_err
267
//! [`is_ok`]: Result::is_ok
0 commit comments