Skip to content

Commit 89bda69

Browse files
committed
Fix typo in README
The log message in the Orcs class should say orcs instead of hobbits. This is correct in the code example but wrong in the README.
1 parent 7afb065 commit 89bda69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

observer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class Orcs implements WeatherObserver {
4646

4747
@Override
4848
public void update(WeatherType currentWeather) {
49-
LOGGER.info("The hobbits are facing " + currentWeather.getDescription() + " weather now");
49+
LOGGER.info("The orcs are facing " + currentWeather.getDescription() + " weather now");
5050
}
5151
}
5252

0 commit comments

Comments
 (0)