Skip to content

Commit

Permalink
markdown typo in NAMING.md (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Hutzler committed Jul 16, 2022
1 parent 823531d commit 1dde7b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NAMING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ For naming conventions specific to the Algebra subfolder, see

* The `elim` and `rec` should be used as much as possible without
renaming, but by importing and renaming the module.
For instance use "open import Cubical.Data.Empty as ⊥`
then use `⊥.rec` or `⊥.elim' rather than doing
For instance use `open import Cubical.Data.Empty as ⊥`
then use `⊥.rec` or `⊥.elim` rather than doing
`renaming (rec to rec-⊥)` and using `rec-⊥`.

Some convetional naming :
Expand Down

0 comments on commit 1dde7b2

Please sign in to comment.