Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krummja authored Jan 19, 2021
1 parent e16fd28 commit af3586f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ kinematics = ecs.create_query(
)
```

Loop over the result set to update the position for all entities in the query. The query will always reutrn an up-to-date list containing entities that match.
Loop over the result set to update the position for all entities in the query. The query will always return an up-to-date list containing entities that match.

```python
def loop(dt):
Expand Down

0 comments on commit af3586f

Please sign in to comment.