From c5434e1bf0b63624a6af505523249b85227e867c Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Sat, 9 Sep 2023 18:33:10 +0200 Subject: [PATCH] typo --- content/rambles/orca.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rambles/orca.md b/content/rambles/orca.md index 37d5506..c735f1b 100644 --- a/content/rambles/orca.md +++ b/content/rambles/orca.md @@ -68,7 +68,7 @@ OrcaList ← {1↕(⊢⋈¨𝕩⊸÷)1+↕𝕩} ``` This function requires a number and returns a list of all possible divisions -from that one up up to the given number. +from 1 up to the given number. ```bqn Orcalist 9