Skip to content

Commit

Permalink
spelling: pattern
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Aug 6, 2024
1 parent baea72f commit 530e8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ compiler option and `@scala.annotation.nowarn`. annotation. For Scala 2.11, this
[scala-collection-compat](https://github.com/scala/scala-collection-compat) library and interpreted by the `silencer`
plugin.

**NOTE**: `@nowarn` in Scala 2.13.2 supports various fine-grained filters (e.g. warning category, message patttern, etc.).
**NOTE**: `@nowarn` in Scala 2.13.2 supports various fine-grained filters (e.g. warning category, message pattern, etc.).
Silencer only supports the `msg=<pattern>` filter - all other filters simply suppress everything, as if there were
no filters specified.

Expand Down

0 comments on commit 530e8d6

Please sign in to comment.