diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index aea5dd40..76299e88 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -13,5 +13,6 @@ Contributors: Kevin Leung - @StoicLoofah on github Daniele Zannotti (Durrza) Mike Anderson + Christian Clauss - @cclauss on github Special thanks to ggtracker, inc (ggtracker.com) for sponsoring sc2reader's continued development. diff --git a/docs/source/articles/conceptsinsc2reader.rst b/docs/source/articles/conceptsinsc2reader.rst index d4467029..8a83704a 100644 --- a/docs/source/articles/conceptsinsc2reader.rst +++ b/docs/source/articles/conceptsinsc2reader.rst @@ -55,7 +55,7 @@ Many attributes in sc2reader are prefixed with ``game_`` and ``real_``. Game ref GameEngine ---------------- -The game engine is used to process replay events and augument the replay with new statistics and game state. It implements a plugin system that allows developers +The game engine is used to process replay events and augment the replay with new statistics and game state. It implements a plugin system that allows developers to inject their own logic into the game loop. It also allows plugins to ``yield`` new events to the event stream. This allows for basic message passing between plugins.