Skip to content

Commit

Permalink
Merge pull request #3492 from quickfur/bitflags_grammar
Browse files Browse the repository at this point in the history
[trivial] Fix grammar in BitFlags docs.
  • Loading branch information
WalterBright committed Jul 16, 2015
2 parents 0e60a85 + 6a27c58 commit 69b77f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/typecons.d
Expand Up @@ -6454,7 +6454,7 @@ template isBitFlagEnum(E)
}

/**
A typesafe structure for storing combination of enum values.
A typesafe structure for storing combinations of enum values.
This template defines a simple struct to represent bitwise OR combinations of
enum values. It can be used if all the enum values are integral constants with
Expand Down

0 comments on commit 69b77f6

Please sign in to comment.