diff --git a/docs/reactive-mutable.qmd b/docs/reactive-mutable.qmd index b95f35c..0508d7e 100644 --- a/docs/reactive-mutable.qmd +++ b/docs/reactive-mutable.qmd @@ -112,15 +112,15 @@ b For this simple example, a tuple was an adequate substitute for a list, but this won't always be the case. The [pyrsistent](https://pypi.org/project/pyrsistent/) Python package provides immutable versions of several common data structures including list, dict, and set; using these objects in conjunction with `reactive.value` and `reactive.calc` is much safer than mutable versions.