Corrected minor typo on line 20
This commit is contained in:
parent
312f1fe20a
commit
0cb5443455
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ use ide_db::ty_filter::TryEnum;
|
|||
|
||||
// Assist: replace_unwrap_with_match
|
||||
//
|
||||
// Replaces `unwrap` a `match` expression. Works for Result and Option.
|
||||
// Replaces `unwrap` with a `match` expression. Works for Result and Option.
|
||||
//
|
||||
// ```
|
||||
// enum Result<T, E> { Ok(T), Err(E) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue