mirror of
https://gitee.com/openharmony/third_party_rust_bitflags
synced 2024-11-23 07:10:11 +00:00
Fix typo (#206)
This commit is contained in:
parent
45a4703f5e
commit
a755719edc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user