Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-ssr/src/tests.rs')
-rw-r--r--crates/ide-ssr/src/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide-ssr/src/tests.rs b/crates/ide-ssr/src/tests.rs
index b3d09cac42..d8c15cabb2 100644
--- a/crates/ide-ssr/src/tests.rs
+++ b/crates/ide-ssr/src/tests.rs
@@ -1070,7 +1070,7 @@ fn match_failure_reasons() {
#[test]
fn overlapping_possible_matches() {
// There are three possible matches here, however the middle one, `foo(foo(foo(42)))` shouldn't
- // match because it overlaps with the outer match. The inner match is permitted since it's is
+ // match because it overlaps with the outer match. The inner match is permitted since it is
// contained entirely within the placeholder of the outer match.
assert_matches(
"foo(foo($a))",