File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
crates/cairo-lang-lowering/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -404,13 +404,13 @@ pub struct StatementCall<'db> {
404404 pub with_coupon : bool ,
405405 /// New variables to be introduced into the current scope from the function outputs.
406406 pub outputs : Vec < VariableId > ,
407- /// Is the call is to be inlined as part of the specialization wrapper function.
407+ /// Is the call to be inlined as part of the specialization wrapper function.
408408 pub is_specialization_base_call : bool ,
409409 /// Location for the call.
410410 pub location : LocationId < ' db > ,
411411}
412412
413- /// A statement that construct a variant of an enum with a single argument, and binds it to a
413+ /// A statement that constructs a variant of an enum with a single argument, and binds it to a
414414/// variable.
415415#[ derive( Clone , Debug , PartialEq , Eq ) ]
416416pub struct StatementEnumConstruct < ' db > {
You can’t perform that action at this time.
0 commit comments