Skip to content

Commit 63d734e

Browse files
Format
1 parent 492a5d0 commit 63d734e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown-pages/blog/release-12-0-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The new standard library [`@rescript/core`](https://github.com/rescript-lang/res
3636
#### Unified Operators
3737

3838
ReScript 12 finalizes the unified operator work introduced [earlier this year](./introducing-unified-operators.mdx).
39-
Arithmetic operators (`+`, `-`, `*`, `/`, and the newly added `%` and `**`) now work consistently for `int`, `float` and `bigint`, allowing the compiler to infer the correct specialization from the left operand. You can ditch all the `+.`, `-.`, `*.`, and `/.` now!
39+
Arithmetic operators (`+`, `-`, `*`, `/`, and the newly added `%` and `**`) now work consistently for `int`, `float` and `bigint`, allowing the compiler to infer the correct specialization from the left operand. You can ditch all the `+.`, `-.`, `*.`, and `/.` now!
4040

4141
In addition you can also now use `+` for string concatenation, while `++` still works as before.
4242

0 commit comments

Comments
 (0)