From dd3beeadf13e8b77154feaf4faef7c99a6cbaadf Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Wed, 2 Oct 2019 14:35:08 +0200 Subject: [PATCH] Rephrase sentence of example explanation --- docs/common-patterns.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/common-patterns.rst b/docs/common-patterns.rst index 494f22dd4..ed87666d9 100644 --- a/docs/common-patterns.rst +++ b/docs/common-patterns.rst @@ -22,9 +22,8 @@ a contract where the goal is to send the most money to the contract in order to become the "richest", inspired by `King of the Ether `_. -In the following contract, if you are usurped as the richest, -you will receive the funds of the person who has gone on to -become the new richest. +In the following contract, if you are no longer the richest, +you receive the funds of the person who is now the richest. ::