Skip to content

Commit

Permalink
remove possibly confusing dot at the end of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Dec 16, 2016
1 parent ea60dd8 commit fbc84fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enumeratum-core/src/main/scala/enumeratum/EnumEntry.scala
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ object EnumEntry {
trait UpperHyphencase extends EnumEntry with CapitalHyphencase with Uppercase

/**
* Stackable trait to convert the entryName to dot.case.
* Stackable trait to convert the entryName to dot.case
*/
trait Dotcase extends EnumEntry with CapitalDotcase with Lowercase

Expand Down

0 comments on commit fbc84fa

Please sign in to comment.