From 709193b90f59b1663b2b07e76267d4a88ffafb26 Mon Sep 17 00:00:00 2001 From: kingbernoulli Date: Thu, 19 Dec 2024 15:21:30 -0700 Subject: [PATCH] fixed example to match explanation --- lessons/01-Introduction-to-haskell.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lessons/01-Introduction-to-haskell.ipynb b/lessons/01-Introduction-to-haskell.ipynb index 438d978d..f245ffc0 100644 --- a/lessons/01-Introduction-to-haskell.ipynb +++ b/lessons/01-Introduction-to-haskell.ipynb @@ -500,7 +500,7 @@ }, "outputs": [], "source": [ - "greaterThan18 3" + "greaterThan18 30" ] }, { @@ -1100,4 +1100,4 @@ }, "nbformat": 4, "nbformat_minor": 4 -} \ No newline at end of file +}