Skip to content

Commit 650da5a

Browse files
authored
fix (docs) typo fix in refs comment (#9016)
1 parent 4e791b0 commit 650da5a

File tree

1 file changed

+1
-1
lines changed
  • crates/cairo-lang-sierra-to-casm/src/invocations

1 file changed

+1
-1
lines changed

crates/cairo-lang-sierra-to-casm/src/invocations/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ pub enum ApTrackingChange {
115115
#[derive(Clone, Debug, Eq, PartialEq)]
116116
pub struct BranchChanges {
117117
/// New references defined at a given branch.
118-
/// should correspond to BranchInfo.results.
118+
/// Should correspond to BranchInfo.results.
119119
pub refs: Vec<OutputReferenceValue>,
120120
/// The change to AP caused by the libfunc in the branch.
121121
pub ap_change: ApChange,

0 commit comments

Comments
 (0)