Skip to content

Commit 2ecb4f9

Browse files
fix
Co-authored-by: Florian Hammerschmidt <[email protected]>
1 parent 2a449df commit 2ecb4f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: |
99

1010
## Introduction
1111

12-
In the upcoming ReScript v12, we're upgrading common arithmetic operators to "'Unified Operators".
12+
In the upcoming ReScript v12, we're upgrading common arithmetic operators to "Unified Operators".
1313

1414
This means that we can now use a single infix operator syntax for multiple numeric types, and even for string concatenation.
1515

@@ -62,7 +62,7 @@ Every time we introduce a new primitive type (who knows?), we run into the same
6262

6363
### Hidden risk of polymorphism
6464

65-
Then why do we not use the same pretty operators everywhere as JavaScript?
65+
So why don’t we just use the same pretty operators everywhere, like in JavaScript?
6666

6767
```res
6868
let compareInt = (a: int, b) => a < b

0 commit comments

Comments
 (0)