Skip to content

Commit

Permalink
chore: format docs/cs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 18, 2023
1 parent e7d8b4a commit c0da539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cs.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ bool Xor = A ^ B;

C# 中的逻辑运算支持可空布尔类型运算. 注意条件逻辑运算不支持可空布尔类型.

x | y | x & y | x \| y | x ^ y | ! x
x | y | x & y | x \| y | x ^ y | ! x
:- | - | --- | --- | --- | --
true | true | true | true | false | false
true | false | false | true | true | false
Expand Down

0 comments on commit c0da539

Please sign in to comment.