Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Nov 10, 2022
1 parent a1c93b0 commit 8f33dd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class H {
.doTest();
}

@SuppressWarnings("RegexpMultiline" /* Check may introduce empy line at start of code block. */)
@SuppressWarnings("RegexpMultiline" /* Check may introduce empty line at start of code block. */)
@Test
// XXX: Try to solve this ^ by dropping the whole line where possible. If sufficiently generic,
// introduce a helper method in `SourceCode` for this.
Expand Down

0 comments on commit 8f33dd8

Please sign in to comment.