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