From a2565f4d66ac20bba7c15aeeaf2656094f2b37eb Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Sat, 11 Nov 2023 12:12:27 +0200 Subject: [PATCH] fix typo README.md Signed-off-by: iwantanode <87604944+tudorpintea999@users.noreply.github.com> --- examples/auction/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/auction/README.md b/examples/auction/README.md index 16001a6196..39fc1801ed 100644 --- a/examples/auction/README.md +++ b/examples/auction/README.md @@ -13,7 +13,7 @@ In this model, there are two parties: the auctioneer and the bidders. - **Bidder**: A participant in the auction. - **Auctioneer**: The party responsible for conducting the auction. -We make following assumptions about the auction: +We make the following assumptions about the auction: - The auctioneer is honest. That is, the auctioneer will resolve **all** bids in the order they are received. The auctioneer will not tamper with the bids. - There is no limit to the number of bids. - The auctioneer knows the identity of all bidders, but bidders do not necessarily know the identity of other bidders.