Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Jun 11, 2018
1 parent d90b8aa commit 98a23ce
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 @@ -407,7 +407,7 @@ auto entity = registry.create();
registry.destroy(entity);
```

Entities can also be destroyed _by type_, that is by specifying the type of the
Entities can also be destroyed _by type_, that is by specifying the types of the
tags or components that identify them:

```cpp
Expand Down

0 comments on commit 98a23ce

Please sign in to comment.