Skip to content

Commit

Permalink
fix[docs]: fix clipped endAuction method in example section (vyperl…
Browse files Browse the repository at this point in the history
…ang#3969)

Show entire endAuction method
  • Loading branch information
electriclilies authored Apr 24, 2024
1 parent f6c0c89 commit 1592ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vyper-by-example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ our new ``highestBid`` and ``highestBidder``.
.. literalinclude:: ../examples/auctions/simple_open_auction.vy
:language: vyper
:lineno-start: 60
:lines: 60-85
:lines: 60-87

With the ``endAuction()`` method, we check whether our current time is past
the ``auctionEnd`` time we set upon initialization of the contract. We also
Expand Down

0 comments on commit 1592ea1

Please sign in to comment.