diff options
author | Dustin Freeman <dustin.freeman@gmail.com> | 2013-11-27 11:56:26 -0500 |
---|---|---|
committer | Dustin Freeman <dustin.freeman@gmail.com> | 2013-11-27 11:56:26 -0500 |
commit | d6c2377ef20db71b9e1417dfeb2242f171775569 (patch) | |
tree | e2813c28c79e5a18377ae84a53770d934e0ac8f8 | |
parent | 9eddc27fcd35289f68be45caaa53a47b8041c12a (diff) |
Fixed spelling in README.md
Depdendency -> Dependency
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ eg. The following will also add `Position` and `Direction` components when a `Ph ```c++ #include "entityx/deps/Dependencies.h" -system_manager->add<entityx::deps::Depdendency<Physics, Position, Direction>>(); +system_manager->add<entityx::deps::Dependency<Physics, Position, Direction>>(); ``` #### Implementation notes |