From 98a23ced83a16f6c862583dc4a0b92b1834bb806 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Mon, 11 Jun 2018 08:18:25 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cd8a4c1ea..fc56d7f735 100644 --- a/README.md +++ b/README.md @@ -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