From c5e9a4270af5093aa164d5dffef1363b74727010 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Thu, 28 Jan 2021 06:41:39 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cbfbb8..fd55b0c 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ public final class Foo { ``` Say we would like to modify the behaviour of `addMyNumber` to print the value of `addTo` and return the value as defined -above, except multiplied by two. Under normal conditions where the `Foo` source code could be modified, this might looks +above, except divided by two. Under normal conditions where the `Foo` source code could be modified, this might looks as follows: ```java