chore: add missing period to grind warning message (#7317)
Co-authored-by: euprunin <euprunin@users.noreply.github.com>
This commit is contained in:
parent
9ff8c5ac2d
commit
2f8901d6d0
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ def evalGrindCore
|
|||
let only := only.isSome
|
||||
let params := if let some params := params then params.getElems else #[]
|
||||
if Grind.grind.warning.get (← getOptions) then
|
||||
logWarningAt ref "The `grind` tactic is experimental and still under development. Avoid using it in production projects"
|
||||
logWarningAt ref "The `grind` tactic is experimental and still under development. Avoid using it in production projects."
|
||||
let declName := (← Term.getDeclName?).getD `_grind
|
||||
withMainContext do
|
||||
let result ← grind (← getMainGoal) config only params declName fallback
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue