aboutsummaryrefslogtreecommitdiff
path: root/pages/guide/01-quickstart.md
diff options
context:
space:
mode:
authorFabien Boucher <fboucher@redhat.com>2024-04-24 20:58:20 +0200
committerGitHub <noreply@github.com>2024-04-24 19:58:20 +0100
commit1a546a95b5f9c4b62fb831fe2424e4271bb675c0 (patch)
tree6e848c99212a22f04e867de7a573ff3132c66153 /pages/guide/01-quickstart.md
parentc858ae2703420151041cf7177639e30400181321 (diff)
downloadlustre-1a546a95b5f9c4b62fb831fe2424e4271bb675c0.tar.gz
lustre-1a546a95b5f9c4b62fb831fe2424e4271bb675c0.zip
🔀 Rename `GotCat` to `ApiReturnedCat` (#111)
Diffstat (limited to 'pages/guide/01-quickstart.md')
-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