Skip to content

Commit 9d15dc3

Browse files
zoeplefterislazar
andauthored
Update src/Act/Type.hs
Co-authored-by: lefterislazar <[email protected]>
1 parent 315f2b5 commit 9d15dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Act/Type.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ checkConstructor env (U.Constructor _ contract (Interface _ decls) ptrs iffs (U.
273273
-- type checking environment prior to storage creation of this contract
274274
envNoStorage = env'{ store = mempty }
275275

276-
-- | Checks that a pointer declaration x |-> A is valid. This consists on
276+
-- | Checks that a pointer declaration x |-> A is valid. This consists of
277277
-- checking that x is a calldata variable that has address type and A is a valid
278278
-- contract type.
279279
checkPointer :: Env -> U.Pointer -> Err ()

0 commit comments

Comments
 (0)