We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1bf0c commit 9c01fb9Copy full SHA for 9c01fb9
exercises/concept/logans-numeric-partition/.docs/instructions.md
@@ -15,7 +15,7 @@ First you'll need to create a function which takes a pair of two lists and a num
15
16
## 2. Categorizing lots of numbers
17
18
-Now that function you can write a function which takes a list of numbers and categorizes them like you did above:
+Now using the function you just created, you can write another function that takes a list of numbers and categorizes them like you did above:
19
20
```lisp
21
(partition-numbers '(1 2 3 4)) ; => ((3 1) . (4 2))
0 commit comments