Skip to content

Commit 9fbba2e

Browse files
authored
fix (docs) minor grammar issues in inline-call and variant-construction comms (#8842)
1 parent b4b15c6 commit 9fbba2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/cairo-lang-lowering/src/objects.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)]
416416
pub struct StatementEnumConstruct<'db> {

0 commit comments

Comments
 (0)