aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2024-04-26 14:04:49 -0700
committerGitHub <noreply@github.com>2024-04-26 22:04:49 +0100
commit1285567bc5e9e5552cf32672e3d6b2aec00bf706 (patch)
treedd83161101a31e2343d3978d3cd8c02af857eda8 /pages
parentb450997d71340a683d100e01182d695a0f49a03a (diff)
downloadlustre-1285567bc5e9e5552cf32672e3d6b2aec00bf706.tar.gz
lustre-1285567bc5e9e5552cf32672e3d6b2aec00bf706.zip
🔀 Fix a name typo in 03-side-effects.md (#117)
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.