Skip to content

Commit

Permalink
Merge pull request #239 from leeederek/patch-1
Browse files Browse the repository at this point in the history
fix minor typos in IExpressLaneAuction.sol comments
  • Loading branch information
yahgwai authored Aug 23, 2024
2 parents 9dc19d2 + 4445b48 commit 94a72ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/express-lane-auction/IExpressLaneAuction.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ struct Transferor {
struct InitArgs {
/// @notice The address who can resolve auctions
address _auctioneer;
/// @notice The erc20 token that bids will be made in
/// It is assumed that the this token does NOT have fee-on-transfer, rebasing,
/// transfer hooks or otherwise non-standard ERC20 logic.
/// @notice The ERC20 token that bids will be made in
/// It is assumed that this token does NOT have fee-on-transfer, rebasing,
/// transfer hooks or otherwise non-standard ERC20 logic.
address _biddingToken;
/// @notice The address to which auction winners will pay the bid
address _beneficiary;
Expand Down

0 comments on commit 94a72ab

Please sign in to comment.