Skip to content

Commit 6f1c706

Browse files
authored
chore: remove redundant word (#7994)
Signed-off-by: xihuwenhua <[email protected]>
1 parent adb5821 commit 6f1c706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cairo-lang-sierra/src/extensions/modules/function_call.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ impl NamedLibfunc for DummyFunctionCallLibfunc {
166166
}
167167
}
168168

169-
/// Given the generic arguments of a dummy function call, returns the function signature and and
169+
/// Given the generic arguments of a dummy function call, returns the function signature and
170170
/// ap_change.
171171
fn try_extract_dummy_func_info<'a>(
172172
mut args: impl Iterator<Item = &'a GenericArg>,

0 commit comments

Comments
 (0)