Skip to content

Commit 6fbfa33

Browse files
Update docs/examples/voting.rst
Co-authored-by: Bhargava Shastry <[email protected]>
1 parent 942a330 commit 6fbfa33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/voting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ of votes.
133133
Voter storage delegate_ = voters[to];
134134
135135
// Voters cannot delegate to wallets that cannot vote.
136-
require(delegate_.weight >= 1)
136+
require(delegate_.weight >= 1);
137137
sender.voted = true;
138138
sender.delegate = to;
139139
if (delegate_.voted) {

0 commit comments

Comments
 (0)