aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/guide/03-side-effects.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/guide/03-side-effects.md b/pages/guide/03-side-effects.md
index 4a1db23..f873724 100644
--- a/pages/guide/03-side-effects.md
+++ b/pages/guide/03-side-effects.md
@@ -219,7 +219,7 @@ fn do_write(key: String, value: String) -> Nil {
### Effects with multiple dispatch
Similar to effects that don't dispatch any messages, some folks skip over the fact
-effects can dispatch _multiple_ messages. Packages like [`lustre_websoket`](https://hexdocs.pm/lustre_websocket/)
+effects can dispatch _multiple_ messages. Packages like [`lustre_websocket`](https://hexdocs.pm/lustre_websocket/)
and [`modem`](https://hexdocs.pm/modem/) set up effects that will dispatch many
messages over the lifetime of your program.