Skip to content

Commit 414acc3

Browse files
authored
Fix (docs): grammar issue in the opening comment (#9012)
1 parent 3e7dc2e commit 414acc3

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/misc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use crate::invocations::{BuiltinInfo, CostValidationInfo, add_input_variables};
1616
use crate::references::ReferenceExpression;
1717
use crate::relocations::{InstructionsWithRelocations, Relocation, RelocationEntry};
1818

19-
/// Handles a revoke/enable/disable ap tracking instructions.
19+
/// Handles revoke/enable/disable AP-tracking instructions.
2020
pub fn build_update_ap_tracking(
2121
builder: CompiledInvocationBuilder<'_>,
2222
) -> Result<CompiledInvocation, InvocationError> {

0 commit comments

Comments
 (0)