Skip to content

Commit

Permalink
Little doc fix for Yes, No struct.
Browse files Browse the repository at this point in the history
  • Loading branch information
eskimor committed Nov 27, 2012
1 parent 43fdbc8 commit b8ee865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions std/typecons.d
Expand Up @@ -3392,8 +3392,8 @@ template Flag(string name) {
}

/**
Convenience names that allow using e.g. $(D yes!"encryption") instead of
$(D Flag!"encryption".yes) and $(D no!"encryption") instead of $(D
Convenience names that allow using e.g. $(D Yes.encryption) instead of
$(D Flag!"encryption".yes) and $(D No.encryption) instead of $(D
Flag!"encryption".no).
*/
struct Yes
Expand Down

0 comments on commit b8ee865

Please sign in to comment.