Skip to content

Commit a631c9b

Browse files
weakishcristianoc
authored andcommitted
update examples to 10.0.0
`/** */` is considered as doc comment now. The old example just uses it as multi-line comments for print output. Thus, I change it to `/* */` instead.
1 parent 5953df3 commit a631c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/manual/latest/api/belt/range.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ equivalent to `Belt.Array.(forEach(range(start, finish), action))`
2727
```res example
2828
Belt.Range.forEach(0, 4, (i) => Js.log(i))
2929
30-
/**
30+
/*
3131
* prints:
3232
* 0
3333
* 1

0 commit comments

Comments
 (0)