Skip to content

Commit 38a53c2

Browse files
bors[bot]mixio
andauthored
Merge #8825
8825: Corrected minor typo on line 20 r=lnicola a=mixio Co-authored-by: mixio <[email protected]>
2 parents 312f1fe + 0cb5443 commit 38a53c2

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)