File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ are pretty rare. Most things can be refactored to have no side effects!
587587

588588
2. Cloning big objects can be very expensive in terms of performance. Luckily,
589589
this isn't a big issue in practice because there are
590-
[https://facebook..io/immutable-js/](great libraries) that allow
590+
[great libraries](https://facebook..io/immutable-js/) that allow
591591
this kind of programming approach to be fast and not as memory intensive as
592592
it would be for you to manually clone objects and arrays.
593593

0 commit comments

Comments
 (0)