We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ecc7cb commit 31a95a1Copy full SHA for 31a95a1
1 file changed
csharp/ql/lib/semmle/code/csharp/exprs/BitwiseOperation.qll
@@ -74,7 +74,7 @@ class BitwiseOrExpr extends BinaryBitwiseOperation, @bit_or_expr {
74
}
75
76
/**
77
- * A bitwise exlusive-or operation, for example `x ^ y`.
+ * A bitwise exclusive-or operation, for example `x ^ y`.
78
*/
79
class BitwiseXorExpr extends BinaryBitwiseOperation, @bit_xor_expr {
80
override string getOperator() { result = "^" }
0 commit comments