Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lang-guide/chapters/types/basic_types/closure.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,14 @@ Closures are used in Nu extensively as parameters to iteration style commands li
- [`all`](/commands/docs/all.md)
- [`any`](/commands/docs/any.md)
- [`collect`](/commands/docs/collect.md)
- [`do`](/commands/docs/do`.md)
- [`do`](/commands/docs/do.md)
- [`each`](/commands/docs/each.md)
- [`explain`](/commands/docs/explain.md)
- [`filter`](/commands/docs/filter.md)
- [`group-by`](/commands/docs/group.md)
- [`group-by`](/commands/docs/group-by.md)
- [`interleave`](/commands/docs/interleave.md)
- [`items`](/commands/docs/items.md)
- [`par-each`](/commands/docs/par.md)
- [`par-each`](/commands/docs/par-each.md)
- [`reduce`](/commands/docs/reduce.md)
- [`skip until`](/commands/docs/skip_until.md)
- [`skip while`](/commands/docs/skip_while.md)
Expand Down