Skip to content

Commit 8c9f9d9

Browse files
committed
Correct comment
1 parent 10f6b18 commit 8c9f9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

booster/library/Booster/JsonRpc.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ respond stateVar request =
166166

167167
case evaluatedInitialPattern of
168168
(Left ApplyEquations.SideConditionFalse{}, _) -> do
169-
-- input pattern's constrains are Bottom, return Bottom
169+
-- input pattern's constraints are Bottom, return Vacuous
170170
stop <- liftIO $ getTime Monotonic
171171
pure $
172172
execResponse

0 commit comments

Comments
 (0)