Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Mar 11, 2024
1 parent 87689e1 commit e075701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/GameServer/RpcHandlers.lean
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def completionDiagnostics (goalCount : Nat) (prevGoalCount : Nat) (completed : B
-- so showing the message "intermediate goal solved" would be confusing.
if (¬ (filterUnsolvedGoal startDiags).any (·.severity? == some .error)) then
out := out.push {
message := .text "intermediate goal solved :(! 🎉"
message := .text "intermediate goal solved! 🎉"
range := {
start := pos
«end» := pos
Expand Down

0 comments on commit e075701

Please sign in to comment.