Skip to content

Commit c0da539

Browse files
committed
chore: format docs/cs.md
1 parent e7d8b4a commit c0da539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ bool Xor = A ^ B;
292292

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

295-
x | y | x & y | x \| y | x ^ y | ! x
295+
x | y | x & y | x \| y | x ^ y | ! x
296296
:- | - | --- | --- | --- | --
297297
true | true | true | true | false | false
298298
true | false | false | true | true | false

0 commit comments

Comments
 (0)