Skip to content

Commit 61f4865

Browse files
Fix typo in Introduction section (#820)
* Fix typo in Introduction section Fix typo: "LISt Processing" to "LIST Processing" in the introduction section * Use `configlet generate` to update exercise documentation --------- Co-authored-by: Mark Simpson <[email protected]>
1 parent c2f0d72 commit 61f4865

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: concepts/lists/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction
22

3-
Given that the name of the language is Lisp which stands of _LISt Processing_ one might assume that the language has facilities for handling lists of items, and you'd be correct!
3+
Given that the name of the language is Lisp which stands of _LIST Processing_ one might assume that the language has facilities for handling lists of items, and you'd be correct!
44

55
While Common Lisp has other data structures as well as lists, lists are still heavily used.
66

Diff for: exercises/concept/leslies-lists/.docs/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Lists
44

5-
Given that the name of the language is Lisp which stands of _LISt Processing_ one might assume that the language has facilities for handling lists of items, and you'd be correct!
5+
Given that the name of the language is Lisp which stands of _LIST Processing_ one might assume that the language has facilities for handling lists of items, and you'd be correct!
66

77
While Common Lisp has other data structures as well as lists, lists are still heavily used.
88

0 commit comments

Comments
 (0)