Skip to content

Commit

Permalink
Merge pull request #458 from neilh/patch-1
Browse files Browse the repository at this point in the history
Minor spelling fix in comment
  • Loading branch information
DavidKnott authored Nov 11, 2017
2 parents b1fe12d + 85e3898 commit a61bb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/auctions/simple_open_auction.v.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Open Auction

# Auction params
# Beneficiary recieves money from the highest bidder
# Beneficiary receives money from the highest bidder
beneficiary: public(address)
auction_start: public(timestamp)
auction_end: public(timestamp)
Expand Down

0 comments on commit a61bb77

Please sign in to comment.