Update README.md

This commit is contained in:
Gabriel Tofvesson 2021-01-28 06:41:39 +01:00
parent 243e7e1baa
commit c5e9a4270a

View File

@ -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