Minor readme fixes

This commit is contained in:
Ilkka Seppälä
2020-08-04 21:45:16 +03:00
parent 7f29c2455f
commit cd20e7a3f4
3 changed files with 5 additions and 6 deletions

View File

@ -101,7 +101,7 @@ public class ConfigureForUnixVisitor implements ZoomVisitor {
}
```
Finally here are the visitors in action.
Finally, here are the visitors in action.
```java
var conUnix = new ConfigureForUnixVisitor();