#590 explanation for Multiton

This commit is contained in:
Ilkka Seppälä
2020-07-19 19:37:40 +03:00
parent d2724e8091
commit 4d95d38b8d
2 changed files with 83 additions and 3 deletions

View File

@ -153,7 +153,7 @@ Here's the full example in action.
// The hobbits are shivering in the cold weather.
weather.timePasses();
// The weather changed to sunny.
//The sun hurts the orcs' eyes.
// The sun hurts the orcs' eyes.
// The happy hobbits bade in the warm sun.
```