Skip to content

Commit

Permalink
Edited readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
timscott committed Feb 18, 2012
1 parent 08c8675 commit 55bd168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -145,4 +145,4 @@ The preceding examples create features using the base classes `BooleanFeature` a

### Missing Settings

Settings have a `Missing` property. The aforementioned base classes all use these settings to flip features, and they all treat a feature as `ON` if a setting is missing. The logic of this default behavior is simple. Features tend to move from `OFF` to `ON`. We don't want a bunch of old settings hanging around. So a removed setting make a feature `ON`.
Settings have a `Missing` property. The aforementioned base classes all use these settings to flip features, and they all treat a feature as `ON` if a setting is missing. The logic of this default behavior is simple. Features tend to move from `OFF` to `ON`. We don't want a bunch of old settings hanging around. So when we're done, we can just remove the setting.

0 comments on commit 55bd168

Please sign in to comment.