Skip to content

Commit 60a6600

Browse files
authored
Update Stdlib_Iterator.resi
1 parent 6ddfd80 commit 60a6600

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

runtime/Stdlib_Iterator.resi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ mapKeysAsArray->assertEqual(["someKey", "someKey2"])
6868
6969
Since March 2025, this feature works across the latest devices and browser versions.
7070
This feature might not work in older devices or browsers.
71-
```
7271
*/
7372
@send
7473
external toArray: t<'a> => array<'a> = "toArray"
@@ -145,7 +144,6 @@ seq->Iterator.next->assertEqual({done: false, value: Some(3)})
145144
146145
Since March 2025, this feature works across the latest devices and browser versions.
147146
This feature might not work in older devices or browsers.
148-
```
149147
*/
150148
@send
151149
external drop: (t<'a>, int) => t<'a> = "drop"

0 commit comments

Comments
 (0)