Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xhliu committed Apr 16, 2022
1 parent bba2b65 commit dae9348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ Operators
* - 6
- ``<< >>``
- left-to-right
- Shift count should be non-negative number, otherwise it fails at runtime
- The number of bits to shift must be non-negative, otherwise evaluation fails immediately

* - 7
- ``< <= > >=``
Expand All @@ -447,7 +447,7 @@ Operators
* - 9
- ``&``
- left-to-right
- If it is two integer with different length, the length will be supplemented before bitwise
- In the case of two integers with different length, the shorter one with be expanded first to be the same legnth with the longer one using `num2bin`

* - 10
- ``^``
Expand Down

0 comments on commit dae9348

Please sign in to comment.