Skip to content

Commit 8fd4b9b

Browse files
authored
Merge pull request reduxjs#2548 from Tetsuya3850/Tetsuya3850/docs-recipes-immutable-update
Corrected the name of the link for immutable.js library.
2 parents 44bfeee + 835d981 commit 8fd4b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/UsingImmutableJS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You never see this, of course - the data you give to an Immutable.JS object is n
5353
- [PDF: JavaScript Immutability - Don’t go changing](https://www.jfokus.se/jfokus16/preso/JavaScript-Immutability--Dont-Go-Changing.pdf)
5454

5555
**Libraries**
56-
- [Immutable.js, persistent data structures and structural sharing](https://facebook.github.io/immutable-js/)
56+
- [Immutable.js](https://facebook.github.io/immutable-js/)
5757

5858

5959
<a id="issues-with-immutable-js"></a>

0 commit comments

Comments
 (0)