Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
🐛 Fix typo in event.adoc (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-lee2 authored Aug 9, 2023
1 parent 7ea7f21 commit 4852f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/book/modules/chapter_2/pages/event.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The voting contract has two events, *`VoteCast`* and *`UnauthorizedAttempt`*, wh

[source,rust]
----
[derive(Drop, starknet::Event)]
#[derive(Drop, starknet::Event)]
struct VoteCast {
voter: ContractAddress,
vote: u8,
Expand Down

0 comments on commit 4852f39

Please sign in to comment.