We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e791b0 commit 650da5aCopy full SHA for 650da5a
crates/cairo-lang-sierra-to-casm/src/invocations/mod.rs
@@ -115,7 +115,7 @@ pub enum ApTrackingChange {
115
#[derive(Clone, Debug, Eq, PartialEq)]
116
pub struct BranchChanges {
117
/// New references defined at a given branch.
118
- /// should correspond to BranchInfo.results.
+ /// Should correspond to BranchInfo.results.
119
pub refs: Vec<OutputReferenceValue>,
120
/// The change to AP caused by the libfunc in the branch.
121
pub ap_change: ApChange,
0 commit comments