Skip to content

Commit

Permalink
修复教程markdown表格排版错误
Browse files Browse the repository at this point in the history
  • Loading branch information
A4-Tacks committed Jan 23, 2025
1 parent 0fed4ad commit b70b6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ case 4:
| --- | --- | --- | --- |
| `!a < b` | 4 | 右结合 | CmpNot |
| `a && b` | 3 | 左结合 | CmpAnd |
| `a || b` | 2 | 左结合 | CmpOr |
| `a \|\| b` | 2 | 左结合 | CmpOr |
| `({print 2;} => a < b)` | 1 | 右结合 | CmpDeps |

也可以使用括号来手动规定比如`(a < 2 || b < 2) && c < 2`
Expand Down

0 comments on commit b70b6b3

Please sign in to comment.