Skip to content

Commit a7fb2cf

Browse files
fix typo
1 parent 5f31ef4 commit a7fb2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metadata/libfunc_counter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//!
44
//! When this feature is used, the compiler will call one main method:
55
//!
6-
//! 1. `count_libfunc`: called before every libfunc execution. This method will handle the counting. Given a the index
6+
//! 1. `count_libfunc`: called before every libfunc execution. This method will handle the counting. Given the index
77
//! of a libfunc (relative the its declaration order), it accesses the array of counters and updates the counter.
88
//!
99
//! In the context of Starknet contracts, we need to add support for building the arrays of counters for multiple executions.

0 commit comments

Comments
 (0)