Skip to content

Commit c580ff5

Browse files
committed
fix doc
1 parent 0bd4a20 commit c580ff5

File tree

1 file changed

+1
-1
lines changed
  • hls-graph/src/Development/IDE/Graph/Internal

1 file changed

+1
-1
lines changed

hls-graph/src/Development/IDE/Graph/Internal/Database.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ builder db@Database{..} stack keys = withRunInIO $ \(RunInIO run) -> do
136136
isDirty :: Foldable t => Result -> t (a, Result) -> Bool
137137
isDirty me = any (\(_,dep) -> resultBuilt me < resultChanged dep)
138138

139-
-- | Refresh dependencies for a key:
139+
-- | Refresh dependencies for a key and compute the key:
140140
-- The deps refresh is kicking up linearly. If any of the deps are dirty in the process,
141141
-- we jump to the actual computation of the key and shortcut the refreshing the rest of the deps.
142142
-- * If no dirty dependencies and we have evaluated the key previously, then we refresh it in the current thread.

0 commit comments

Comments
 (0)