From c5ab0ce0a8679f850fd6249d723e0c7ffe6e0c69 Mon Sep 17 00:00:00 2001 From: Artem Korsakov Date: Wed, 17 Jun 2026 09:11:15 +0300 Subject: [PATCH] Update alleycats.md Fix the typo in import --- docs/alleycats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/alleycats.md b/docs/alleycats.md index 111d670c2c..23cd991471 100644 --- a/docs/alleycats.md +++ b/docs/alleycats.md @@ -93,7 +93,7 @@ catches exceptions in `.map` and `.flatMap`, some people are skeptical that `Try` fulfills the necessary functor/monad laws. Alleycats provides a `Monad[Try]`. You can import this instance via -`import alleycats.std.try._`. +`import alleycats.std.try_._`. ### Iterable\[\_\] instances