Skip to content

Commit

Permalink
Fix documentation to be consistent with usage. (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kagey authored and lloydmeta committed Sep 20, 2016
1 parent c0e0a5a commit 619b427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enumeratum-core/src/main/scala/enumeratum/Enum.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import ContextUtils.Context
* How to use:
*
* {{{
* sealed trait DummyEnum
* sealed trait DummyEnum extends EnumEntry
*
* object DummyEnum extends Enum[DummyEnum] {
*
Expand Down

0 comments on commit 619b427

Please sign in to comment.