We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c766f34 commit 744460dCopy full SHA for 744460d
src/deployment/mod.rs
@@ -797,7 +797,7 @@ pub fn generate_default_deployment(
797
continue;
798
}
799
800
- // Did we already got the source in a prior cycle?
+ // Did we already get the source in a prior cycle?
801
let ast = match requirements_asts.remove(&contract_id) {
802
Some(ast) => ast,
803
None => {
0 commit comments