Skip to content

Commit 744460d

Browse files
lgalabruobycode
andauthored
Update src/deployment/mod.rs
Co-authored-by: Brice <brice@hiro.so>
1 parent c766f34 commit 744460d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deployment/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ pub fn generate_default_deployment(
797797
continue;
798798
}
799799

800-
// Did we already got the source in a prior cycle?
800+
// Did we already get the source in a prior cycle?
801801
let ast = match requirements_asts.remove(&contract_id) {
802802
Some(ast) => ast,
803803
None => {

0 commit comments

Comments
 (0)