Skip to content

Commit ec46253

Browse files
Merge pull request #470 from purescript-contrib/466-chapter5-subdirectories
2 parents 1f5e18d + 0133859 commit ec46253

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
${{ runner.os }}-
4242
4343
- name: Install NPM dependencies
44-
run: npm install purescript spago markdownlint-cli
44+
run: npm install purescript spago markdownlint-cli@0.37.0
4545

4646
- name: Run Build
4747
run: ./scripts/buildAll.sh

text/chapter5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ Try out the new version in PSCi – you should get the same result. I'll let you
630630
```
631631
632632
_Hint_: Try to write this function as an array comprehension using do notation.
633-
3. (Difficult) Write a function `largestSmallest` which takes a `Path` and returns an array containing the single largest and single smallest files in the `Path`. _Note_: consider the cases where there are zero or one files in the `Path` by returning an empty or one-element array, respectively.
633+
3. (Difficult) Write a function `largestSmallest` which takes a `Path` and returns an array containing the single largest and single smallest files in the `Path`, including (recursively) any subdirectories. _Note_: consider the cases where there are zero or one files in the `Path` by returning an empty or one-element array, respectively.
634634
635635
## Conclusion
636636

0 commit comments

Comments
 (0)