From 96317d88472c440e93eded2db436125c2f935aba Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Wed, 20 Jul 2016 16:07:48 +0200 Subject: [PATCH] Fixed minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8a437a7..dc9ac32e 100644 --- a/README.md +++ b/README.md @@ -354,7 +354,7 @@ object GreetingForm { } ``` -Another alternative (if for example your `Enum` cant extend `PlayEnum` or `PlayFormFieldEnum`) is to create an implicit `Format` +Another alternative (if for example your `Enum` can't extend `PlayEnum` or `PlayFormFieldEnum`) is to create an implicit `Format` and bring it into scope using Play's `of`, i.e. ```scala