From 110f79b8539013ecf99e1a34e387e848b2df1367 Mon Sep 17 00:00:00 2001 From: Rashad Gover Date: Sun, 23 Apr 2023 19:36:52 +0000 Subject: [PATCH] Fix typo --- docs/index.md | 2 +- docs/pages/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index a406c46..b274587 100644 --- a/docs/index.md +++ b/docs/index.md @@ -306,7 +306,7 @@ data Plan m p q h b r = Plan } ``` -The `transformer` field represents a *natural transformation* from your Handler's Monad `m`, to `IO`. This is where you decide how you custom effects are interpreted in an `IO` context. +The `transformer` field represents a *natural transformation* from your Handler's Monad `m`, to `IO`. This is where you decide how your custom effects are interpreted in an `IO` context. The `endpoint` field represents your Endpoint. diff --git a/docs/pages/index.html b/docs/pages/index.html index 667155c..4f26690 100644 --- a/docs/pages/index.html +++ b/docs/pages/index.html @@ -307,7 +307,7 @@ class="sourceCode haskell"> }

The transformer field represents a natural transformation from your Handler's Monad m, to -IO. This is where you decide how you custom effects are +IO. This is where you decide how your custom effects are interpreted in an IO context.

The endpoint field represents your Endpoint.

The handler field represents your Handler. The types