Skip to content

Commit

Permalink
doc: typo
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Ullrich <[email protected]>
  • Loading branch information
mhuisi and Kha authored Jul 24, 2024
1 parent bf5fa22 commit ebe3317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lean/Server/Watchdog.lean
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ section MainLoop
for (_, fw) in workers do
-- When the forwarding task crashes, its return value will be stuck at
-- `WorkerEvent.crashed _`.
-- We do not want to handle this event only once, not over and over again,
-- We want to handle this event only once, not over and over again,
-- so once the state becomes `WorkerState.crashed _ .fileWorkerToClientForwarding`
-- as a result of `WorkerEvent.crashed _`, we stop handling this event until
-- eventually the file worker is restarted by a notification from the client.
Expand Down

0 comments on commit ebe3317

Please sign in to comment.