From 3142e07393401292fa658a06c9b1373c8d984bf0 Mon Sep 17 00:00:00 2001 From: Silvio Mayolo Date: Mon, 22 Apr 2024 11:18:07 -0400 Subject: [PATCH 1/2] Fix documentation --- src/Control/Biapply.purs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Control/Biapply.purs b/src/Control/Biapply.purs index 6bb247c..c042563 100644 --- a/src/Control/Biapply.purs +++ b/src/Control/Biapply.purs @@ -9,7 +9,7 @@ import Data.Tuple (Tuple(..)) -- | the style of `Applicative`: -- | -- | ```purescript --- | bipure f g <<$>> x <<*>> y +-- | bimap f g <<$>> x <<*>> y -- | ``` infixl 4 identity as <<$>> From 618e99e245e650c8e552e13256d2f084340089cb Mon Sep 17 00:00:00 2001 From: Silvio Mayolo Date: Mon, 22 Apr 2024 11:20:54 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79b5a88..953fccf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ New features: Bugfixes: Other improvements: + - Corrected typo in documentation for `(<<$>>)` (#27) ## [v6.0.0](https://github.com/purescript/purescript-bifunctors/releases/tag/v6.0.0) - 2022-04-27