From b271ef2549f0be71f52bd6e12cf3a600e55d984b Mon Sep 17 00:00:00 2001 From: rowan Date: Mon, 31 Mar 2025 20:50:08 -0500 Subject: [PATCH] these god damb backslashes are everywhere --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1531154..16f354d 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Represents a value which may not exist. ##### of :: Option f => a -> f a > Option.of\(value: a) -> Option\ -Creates a new `Some\` from `T` +Creates a new `Some` from `T` ```js const some = Option.of(1) // Some(1)