You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/articles/conceptsinsc2reader.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Many attributes in sc2reader are prefixed with ``game_`` and ``real_``. Game ref
55
55
GameEngine
56
56
----------------
57
57
58
-
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
58
+
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
59
59
to inject their own logic into the game loop. It also allows plugins to ``yield`` new
60
60
events to the event stream. This allows for basic message passing between plugins.
0 commit comments