Skip to content

Commit

Permalink
Update docs for Enum (#5885)
Browse files Browse the repository at this point in the history
  • Loading branch information
Willamin authored and RX14 committed Mar 29, 2018
1 parent 0970ee9 commit c2efaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enum.cr
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ struct Enum

# Returns a `String` representation of this enum member.
# In the case of regular enums, this is just the name of the member.
# In the case of flag enums, it's the names joined by commas, or "None",
# In the case of flag enums, it's the names joined by vertical bars, or "None",
# if the value is zero.
#
# If an enum's value doesn't match a member's value, the raw value
Expand Down

0 comments on commit c2efaff

Please sign in to comment.