From 74017110a0affedd5cbb5fadbaf74d4186540b1e Mon Sep 17 00:00:00 2001 From: Justin McBride Date: Wed, 3 Jan 2024 19:02:33 -0800 Subject: [PATCH] Fix typo in Coffescript implementation It should be "false" instead of "falses", but I'll change it to "no" instead because that's funny --- implementations/main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/main.coffee b/implementations/main.coffee index 906f49d..f6d2611 100644 --- a/implementations/main.coffee +++ b/implementations/main.coffee @@ -1 +1 @@ -is_prime = x -> falses +is_prime = x -> no