Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Typo: augment found by Codespell
  • Loading branch information
cclauss authored Jul 8, 2020
commit 1d56cd45d534efe44d112fc3c3786a30dc07a1c7
2 changes: 1 addition & 1 deletion docs/source/articles/conceptsinsc2reader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down