From 1a546a95b5f9c4b62fb831fe2424e4271bb675c0 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Wed, 24 Apr 2024 20:58:20 +0200 Subject: =?UTF-8?q?=F0=9F=94=80=20Rename=20`GotCat`=20to=20`ApiReturnedCat?= =?UTF-8?q?`=20(#111)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/guide/01-quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3