Skip to content

Commit e193a04

Browse files
zoeplefterislazar
andauthored
Update src/Act/Syntax/Typed.hs
Co-authored-by: lefterislazar <[email protected]>
1 parent 059c75b commit e193a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Act/Syntax/Typed.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ data Behaviour t = Behaviour
108108
, _interface :: Interface
109109
, _pointers :: [Pointer]
110110
, _preconditions :: [Exp ABoolean t] -- if preconditions are not satisfied execution is reverted
111-
, _caseconditions :: [Exp ABoolean t] -- if preconditions are satisfied and the case conditions are not, some other instance of the bahavior should apply
111+
, _caseconditions :: [Exp ABoolean t] -- if preconditions are satisfied and the case conditions are not, some other instance of the behavior should apply
112112
, _postconditions :: [Exp ABoolean Timed]
113113
, _stateUpdates :: [StorageUpdate t]
114114
, _returns :: Maybe (TypedExp Timed)

0 commit comments

Comments
 (0)