You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
Copy file name to clipboardExpand all lines: concepts/lists/introduction.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Introduction
2
2
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!
4
4
5
5
While Common Lisp has other data structures as well as lists, lists are still heavily used.
Copy file name to clipboardExpand all lines: exercises/concept/leslies-lists/.docs/introduction.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Lists
4
4
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!
6
6
7
7
While Common Lisp has other data structures as well as lists, lists are still heavily used.
0 commit comments