From: Zandor Smith Date: Fri, 21 Sep 2018 11:28:28 +0000 (+0200) Subject: Fixed syntax error. X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=9867132b90db7cbab1f49b601d0a794b1e5e615c;p=clyne%2Fentityx.git Fixed syntax error. --- diff --git a/README.md b/README.md index 0c5e721..9ffd516 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ entity components: ```c++ entities.each([](Entity entity, Position &position, Direction &direction) { // Do things with entity, position and direction. -};) +}); ```