Skip to content

Commit 03480fe

Browse files
authored
Merge pull request #87 from jsoref/spelling
spelling: pattern
2 parents baea72f + 530e8d6 commit 03480fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ compiler option and `@scala.annotation.nowarn`. annotation. For Scala 2.11, this
8181
[scala-collection-compat](https://github.com/scala/scala-collection-compat) library and interpreted by the `silencer`
8282
plugin.
8383

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

0 commit comments

Comments
 (0)