iacobson / ecspanse

Entity Component System (ECS) library for Elixir, offering a suite of features including: flexible queries with multiple filters, dynamic bidirectional relationships, versatile tagging capabilities, system event subscriptions, or asynchronous system execution.
https://hexdocs.pm/ecspanse
Apache License 2.0
59 stars 7 forks source link

fix minor typos in the guides #16

Closed aedwardg closed 10 months ago

aedwardg commented 10 months ago

I was reading through the excellent guide and noticed a few typos. Figured I'd submit a PR to fix them, since I know maintaining documentation can be a lot of work 🙂