10000 Deploy e65013372c5ccc35bd1423795dee6b4300362dc6 to NPM branch · rplansky/immutable-js@ca83315 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca83315

Browse files
author
Travis CI
committed
Deploy e650133 to NPM branch
1 parent ecc9fbf commit ca83315

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/immutable-nonambient.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2635,7 +2635,7 @@
26352635
* <!-- runkit:activate -->
26362636
* ```js
26372637
* const { Map } = require('immutable')
2638-
* const map = Map({ a: 1, b: 2, c: 3 }
2638+
* const map = Map({ a: 1, b: 2, c: 3 })
26392639
* const lazySeq = Seq(map)
26402640
* ```
26412641
*

dist/immutable.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2635,7 +2635,7 @@ declare module Immutable {
26352635
* <!-- runkit:activate -->
26362636
* ```js
26372637
* const { Map } = require('immutable')
2638-
* const map = Map({ a: 1, b: 2, c: 3 }
2638+
* const map = Map({ a: 1, b: 2, c: 3 })
26392639
* const lazySeq = Seq(map)
26402640
* ```
26412641
*

0 commit comments

Comments
 (0)
0