Skip to content

Commit

Permalink
card-games: fix typo (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
manusdextra committed Sep 6, 2024
1 parent f5d415e commit 9133680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/card-games/.docs/introduction.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction

In Clojure, Lists are [collections][type-collection], just as like [lists in other languages][type-list]. Similar to other languages in the Lisp family, Clojure uses parentheses to express lists.
In Clojure, Lists are [collections][type-collection], just like [lists in other languages][type-list]. Similar to other languages in the Lisp family, Clojure uses parentheses to express lists.

Clojure lists can be created in one of two ways. The `list` function can create a list, or you can `quote` a literal list.

Expand Down

0 comments on commit 9133680

Please sign in to comment.