Skip to content

Commit

Permalink
fix: not
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Jul 22, 2024
1 parent 67ef5da commit b2113c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/selector/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
| toInt | | `int` | 转为 0 或 1 |
| or | `boolean` | `boolean` | a \|\| b |
| and | `boolean` | `boolean` | a && b |
| not | `boolean` | `boolean` | !a |
| not | | `boolean` | !a |
| ifElse | `T`, `T` | `T` | if(a) T else T <br> T 是任意类型 |

## int
Expand Down

0 comments on commit b2113c4

Please sign in to comment.