Skip to content

Commit

Permalink
Fix typo (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
petertodd authored and Dylan-DPC committed Jan 1, 2020
1 parent 45a4703 commit a755719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -159,7 +159,7 @@
//! - `is_empty`: `true` if no flags are currently stored
//! - `is_all`: `true` if currently set flags exactly equal all defined flags
//! - `intersects`: `true` if there are flags common to both `self` and `other`
//! - `contains`: `true` all of the flags in `other` are contained within `self`
//! - `contains`: `true` if all of the flags in `other` are contained within `self`
//! - `insert`: inserts the specified flags in-place
//! - `remove`: removes the specified flags in-place
//! - `toggle`: the specified flags will be inserted if not present, and removed
Expand Down

0 comments on commit a755719

Please sign in to comment.