chore: add missing period to grind warning message (#7317)

Co-authored-by: euprunin <euprunin@users.noreply.github.com>
This commit is contained in:
euprunin 2025-03-04 10:42:17 +01:00 committed by GitHub
parent 9ff8c5ac2d
commit 2f8901d6d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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