From 530e8d6cf1e510adbcd757e809af83844c9943ad Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 6 Aug 2024 08:32:43 -0400 Subject: [PATCH] spelling: pattern Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7e7383..5e2c65c 100644 --- a/README.md +++ b/README.md @@ -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=` filter - all other filters simply suppress everything, as if there were no filters specified.