File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 342
342
//! [`Some(v)`]: Option::Some
343
343
//! [`transpose`]: Result::transpose
344
344
//!
345
- //! This method transforms the contained value of the [`Ok`] variant:
345
+ //! These methods transform the contained value of the [`Ok`] variant:
346
346
//!
347
347
//! * [`map`] transforms [`Result<T, E>`] into [`Result<U, E>`] by applying
348
348
//! the provided function to the contained value of [`Ok`] and leaving
354
354
//! [`map`]: Result::map
355
355
//! [`inspect`]: Result::inspect
356
356
//!
357
- //! This method transforms the contained value of the [`Err`] variant:
357
+ //! These methods transform the contained value of the [`Err`] variant:
358
358
//!
359
359
//! * [`map_err`] transforms [`Result<T, E>`] into [`Result<T, F>`] by
360
360
//! applying the provided function to the contained value of [`Err`] and
You can’t perform that action at this time.
0 commit comments