Skip to content

Commit

Permalink
Editorial: Replace flag set/unset with true/false
Browse files Browse the repository at this point in the history
Rather than "setting" and "unsetting" flags, treat flag properties
as booleans (either true or false).

Replace:
 * "Set foo flag" with "Set foo flag to true"
 * "Unset foo flag" with "Set foo flag to false"
 * "If foo is set, ..." with "If foo is true, ..."
 * "If foo is unset, ..." with "If foo is false, ..."

Also clarify a few places that refer to "the foo flag"
to be more explicitly "bar's foo flag".

No normative behavior changes.
  • Loading branch information
inexorabletash committed Jun 13, 2019
1 parent 1e1241f commit 35b5d93
Showing 1 changed file with 196 additions and 185 deletions.
Loading

0 comments on commit 35b5d93

Please sign in to comment.