Skip to content

Commit

Permalink
fix: typos in docstrings (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone authored Jun 4, 2024
1 parent ee87917 commit 63d7c6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Batteries/Util/Cache.lean
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ the second will store declarations from imports (and will hopefully be "read-onl
-/
@[reducible] def DiscrTreeCache (α : Type) : Type := DeclCache (DiscrTree α × DiscrTree α)

/-- Discrimation tree settings for the `DiscrTreeCache`. -/
/-- Discrimination tree settings for the `DiscrTreeCache`. -/
def DiscrTreeCache.config : WhnfCoreConfig := {}

/--
Expand Down
2 changes: 1 addition & 1 deletion Batteries/Util/CheckTactic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Lean.Elab.Term
/-
This file is the home for commands to tactics behave as expected.
It currently includes two tactixs:
It currently includes two tactics:
#check_tactic t ~> res
Expand Down
2 changes: 1 addition & 1 deletion Batteries/WF.lean
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ end Acc
namespace WellFounded

/-- Attaches to `x` the proof that `x` is accessible in the given well-founded relation.
This can be used in recursive function definitions to explicitly use a differerent relation
This can be used in recursive function definitions to explicitly use a different relation
than the one inferred by default:
```
Expand Down

0 comments on commit 63d7c6f

Please sign in to comment.