Skip to content

Commit

Permalink
doc(set_theory/lists): fix typo (#14427)
Browse files Browse the repository at this point in the history
  • Loading branch information
vihdzp committed May 28, 2022
1 parent d0efbcb commit 15fe782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/set_theory/lists.lean
Expand Up @@ -12,8 +12,8 @@ In this file we define finite hereditary lists. This is useful for calculations
We distinguish two kinds of ZFA lists:
* Atoms. Directly correspond to an element of the original type.
* Proper ZFA lists. Can thought of (but aren't implemented) as a list of ZFA lists (not necessarily
proper).
* Proper ZFA lists. Can be thought of (but aren't implemented) as a list of ZFA lists (not
necessarily proper).
For example, `lists ℕ` contains stuff like `23`, `[]`, `[37]`, `[1, [[2], 3], 4]`.
Expand Down

0 comments on commit 15fe782

Please sign in to comment.