Skip to content

Commit bc8925d

Browse files
Fix typo in release notes for version 12.0.0 (#1149)
1 parent e378eca commit bc8925d

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
@@ -29,7 +29,7 @@ The tooling now relies on a modern architecture that tracks dependencies more pr
2929

3030
### Improved Standard Library
3131

32-
The new standard library [`@rescript/core`](https://github.com/rescript-lang/rescript-core) is now included in the compiler runtime. So you can get rid if the dependency on `@rescript/core` in your projects. To avoid collisions we have named the new internal library just `Stdlib`, so you can keep using it alongside `Core` if you cannot migrate yet. There have been tons of additions as well, so you can shrink your `Utils` files down a bit. Check it out here: [Stdlib](../docs/manual/api/stdlib).
32+
The new standard library [`@rescript/core`](https://github.com/rescript-lang/rescript-core) is now included in the compiler runtime. So you can get rid of the dependency on `@rescript/core` in your projects. To avoid collisions we have named the new internal library just `Stdlib`, so you can keep using it alongside `Core` if you cannot migrate yet. There have been tons of additions as well, so you can shrink your `Utils` files down a bit. Check it out here: [Stdlib](../docs/manual/api/stdlib).
3333

3434
### Operator Improvements
3535

0 commit comments

Comments
 (0)