From c0fb2005d35d135823cf8bdf167a0b703d8bff56 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 1 Dec 2016 10:03:17 +0000 Subject: [PATCH] README.md: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1ace2f..096d9b6 100644 --- a/README.md +++ b/README.md @@ -2386,7 +2386,7 @@ Accepts `java.util.logging.Logger` and `org.slf4j.Logger`. Enums are considered to be of two distinct types: 'Class' or 'Value' enumerations. The distinction being that Class Enumerations have methods (other than `toString()`) defined. -The values defined in the `enum` must much the appropriate pattern: +The values defined in the `enum` must match the appropriate pattern: * Class: `^[A-Z][a-zA-Z0-9]*$` * Value: `^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$`