Skip to content

Commit

Permalink
doc(data/vector3): improve wording (#14610)
Browse files Browse the repository at this point in the history
  • Loading branch information
vihdzp committed Jun 9, 2022
1 parent ab64f63 commit 6826bf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data/vector3.lean
Expand Up @@ -9,10 +9,10 @@ import tactic.localized
/-!
# Alternate definition of `vector` in terms of `fin2`
This file provides a locale `vector3` which overrides `[a, b, c]` notation to create `vector3` not
`list`.
This file provides a locale `vector3` which overrides the `[a, b, c]` notation to create a `vector3`
instead of a `list`.
The `::` notation is overloaded by this file to mean `vector3.cons`.
The `::` notation is also overloaded by this file to mean `vector3.cons`.
-/

open fin2 nat
Expand Down

0 comments on commit 6826bf0

Please sign in to comment.