Skip to content

Commit

Permalink
Minor spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil authored Nov 10, 2017
1 parent b1fe12d commit 85e3898
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 85e3898

Please sign in to comment.