Skip to content

Commit c91b2eb

Browse files
committed
fix ticket links
1 parent e390470 commit c91b2eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_blogposts/2025-04-05-introducing-unified-operators.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ In ReScript v12, most familiar JavaScript operators should work as-is — not ju
169169

170170
- Remainder operator (`%`) - [#7152](https://github.com/rescript-lang/rescript/pull/7152)
171171
- Exponentiation operator (`**`) - [#7153](https://github.com/rescript-lang/rescript/pull/7153)
172-
- Bitwise operators (`~`, `^`, `|`, `&`) - [#7216](https://github.com/rescript-lang/rescript/pull/7216) (only XOR for now)
173-
- Shift operators (`<<`, `>>`, `>>>`) - [#7183](https://github.com/rescript-lang/rescript/pull/7183)
172+
- Bitwise operators (`~`, `^`, `|`, `&`) - [#7172](https://github.com/rescript-lang/rescript/issues/7172)
173+
- Shift operators (`<<`, `>>`, `>>>`) - [#7171](https://github.com/rescript-lang/rescript/issues/7171)
174174

175175
### The future of comparison operators
176176

0 commit comments

Comments
 (0)