Skip to content

Commit

Permalink
correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Feb 21, 2020
1 parent ed89c0e commit a42cda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wave.elm
Expand Up @@ -239,7 +239,7 @@ propagateInDirection source sourceCell direction ( Wave wave, todo ) =
wave.entropy
}
, if Set.isEmpty reduced then
-- we're blocked and should stop immediately
-- we're blocked and should not propagate further
[]

else if not (List.member target todo) then
Expand Down

0 comments on commit a42cda2

Please sign in to comment.