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 5f31ef4 commit a7fb2cfCopy full SHA for a7fb2cf
src/metadata/libfunc_counter.rs
@@ -3,7 +3,7 @@
3
//!
4
//! When this feature is used, the compiler will call one main method:
5
6
-//! 1. `count_libfunc`: called before every libfunc execution. This method will handle the counting. Given a the index
+//! 1. `count_libfunc`: called before every libfunc execution. This method will handle the counting. Given the index
7
//! of a libfunc (relative the its declaration order), it accesses the array of counters and updates the counter.
8
9
//! In the context of Starknet contracts, we need to add support for building the arrays of counters for multiple executions.
0 commit comments