Skip to content

Commit

Permalink
chore: tiny comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
shramee authored Sep 23, 2024
1 parent f7611e1 commit f388a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/starknet/basics/starknet3.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mod ProgressTracker {
#[storage]
struct Storage {
contract_owner: ContractAddress,
// TODO: Set types for LegacyMap
// TODO: Set types for Map
progress: Map<>
}

Expand Down

0 comments on commit f388a15

Please sign in to comment.