Skip to content

Commit

Permalink
fix typos (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
martriay authored Oct 26, 2023
1 parent a8edfb8 commit 065b7b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/utils.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ fn deploy(contract_class_hash: felt252, calldata: Array<felt252>) -> ContractAdd
/// params are set as event keys, but the first event key is always set as the
/// event ID.
///
/// This method doesn't currently work for components events that are not flattened,
/// becuase and extra key is added, pushing the event ID key to the second position.
/// This method doesn't currently work for components events that are not flattened
/// because an extra key is added, pushing the event ID key to the second position.
fn pop_log<T, impl TDrop: Drop<T>, impl TEvent: starknet::Event<T>>(
address: ContractAddress
) -> Option<T> {
Expand Down

0 comments on commit 065b7b5

Please sign in to comment.