Skip to content

Commit 66d3486

Browse files
authored
Merge pull request #231 from uinz/master
typo
2 parents a6546e2 + 0b49143 commit 66d3486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_blogposts/2021-02-09-release-9-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Belt.Array.forEach([1, 2, 3], (num) => Js.log(num))
5656

5757
```js
5858
// Note the import path starting with "@rescript/std"
59-
import * as Array from "@rescript/std/lib/es6/belt_Array.js";
59+
import * as Belt_Array from "@rescript/std/lib/es6/belt_Array.js";
6060

6161
Belt_Array.forEach([
6262
1,

0 commit comments

Comments
 (0)