diff options
author | Tim Stewart <timothy.stewart@pearson.com> | 2023-07-03 10:01:10 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-03 17:01:10 +0100 |
commit | b9c4bd0d660466db5b32499199fe1b51126764b1 (patch) | |
tree | d266235bbbecade49acbc2d5b5f5544a4dc51489 /docs | |
parent | a6bf2cae22f8be6f15a5b4c80e18c8ecf7b1fcca (diff) |
Changed interverts to inverts (#21270)
* Changed interverts to inverts
* fixed spacing issue
Co-authored-by: Joel Challis <git@zvecr.com>
---------
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_layers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_layers.md b/docs/feature_layers.md index 697064b49a..e57642071f 100644 --- a/docs/feature_layers.md +++ b/docs/feature_layers.md @@ -64,7 +64,7 @@ There are a number of functions (and variables) related to how you can use or ma | `layer_move(layer)` | Turns specified layer on, and all other layers off. | | `layer_on(layer)` | Turns specified layer on, leaves all other layers in existing state. | | `layer_off(layer)` | Turns specified layer off, leaves all other layers in existing state. | -| `layer_invert(layer)` | Interverts/toggles the state of the specified layer | +| `layer_invert(layer)` | Inverts/toggles the state of the specified layer | | `layer_or(layer_mask)` | Turns on layers based on matching bits between specifed layer and existing layer state. | | `layer_and(layer_mask)` | Turns on layers based on matching enabled bits between specifed layer and existing layer state. | | `layer_xor(layer_mask)` | Turns on layers based on non-matching bits between specifed layer and existing layer state. | |