Skip to content

Commit b012f97

Browse files
committed
Fix comments
1 parent 8adf234 commit b012f97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compiler/syntax/src/res_token.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ type t =
7777
| Of
7878
| Land
7979
| Lor
80-
| Bnot (* Bitwise and: ~~~ *)
81-
| Bor (* Bitwise and: ||| *)
82-
| Bxor (* Bitwise and: ^^^ *)
80+
| Bnot (* Bitwise not: ~~~ *)
81+
| Bor (* Bitwise or: ||| *)
82+
| Bxor (* Bitwise xor: ^^^ *)
8383
| Band (* Bitwise and: &&& *)
8484
| Caret
8585
| BangEqual

0 commit comments

Comments
 (0)