aboutsummaryrefslogtreecommitdiff
path: root/pages/guide
diff options
context:
space:
mode:
Diffstat (limited to 'pages/guide')
-rw-r--r--pages/guide/01-quickstart.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/guide/01-quickstart.md b/pages/guide/01-quickstart.md
index e3ced4e..799e5d7 100644
--- a/pages/guide/01-quickstart.md
+++ b/pages/guide/01-quickstart.md
@@ -348,7 +348,7 @@ fn get_cat() -> effect.Effect(Msg) {
> **Note**: The `get_cat` function returns an `Effect` that tells the runtime how
> to fetch a cat image. It's important to know that the `get_cat` function doesn't
-> perform the request directly! This is why we need to add the `GotCat` message
+> perform the request directly! This is why we need to add the `ApiReturnedCat` message
> variant: the runtime needs to know what to do with the response when it arrives.
This model of managed effects can feel cumbersome at first, but it comes with some