Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Co-authored-by: Kim Morrison <[email protected]>
  • Loading branch information
kmill and kim-em committed Oct 16, 2024
1 parent 9cb310d commit 7cac8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lean/Elab/Tactic/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def appendGoals (mvarIds : List MVarId) : TacticM Unit :=

/--
Discard the first goal and replace it by the given list of goals,
keeping the other goals. This is used in conjection with `getMainGoal`.
keeping the other goals. This is used in conjunction with `getMainGoal`.
Contract: between `getMainGoal` and `replaceMainGoal`, nothing manipulates the goal list.
Expand Down

0 comments on commit 7cac8f1

Please sign in to comment.