Skip to content

Commit 0cb5443

Browse files
authored
Corrected minor typo on line 20
1 parent 312f1fe commit 0cb5443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide_assists/src/handlers/replace_unwrap_with_match.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use ide_db::ty_filter::TryEnum;
1717

1818
// Assist: replace_unwrap_with_match
1919
//
20-
// Replaces `unwrap` a `match` expression. Works for Result and Option.
20+
// Replaces `unwrap` with a `match` expression. Works for Result and Option.
2121
//
2222
// ```
2323
// enum Result<T, E> { Ok(T), Err(E) }

0 commit comments

Comments
 (0)