chore: fix typo

This commit is contained in:
tydeu 2021-08-18 12:48:58 -04:00
parent 81a84d21de
commit 66a6246136

View file

@ -128,7 +128,7 @@ def checkIfNewer [GetMTime a] (artifact : a) (depMTime : MTime) : IO Bool := do
--------------------------------------------------------------------------------
-- # Lake Trace (Hash + MTIme)
------------------------------------------------------------------------------
--------------------------------------------------------------------------------
/-- Trace used for common Lake targets. Combines `Hash` and `MTime`. -/
structure LakeTrace where