From ff346715260ec07ac448fdc0814332cd58aa93d3 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Sun, 7 Oct 2018 22:33:39 +0200 Subject: [PATCH] typos --- README.md | 3 ++- TODO | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5a9e11a8..9a1f79259 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,8 @@ Here is a brief, yet incomplete list of what it offers today: a tiny **event dispatcher** for immediate and delayed events to integrate in loops. * A general purpose **event emitter** as a CRTP idiom based class template. -* And **much more**! Check out the [**wiki**](https://github.com/skypjack/entt/wiki). +* And **much more**! Check out the + [**wiki**](https://github.com/skypjack/entt/wiki). Consider it a work in progress. The whole API is also fully documented in-code for those who are brave enough to read it. diff --git a/TODO b/TODO index 5900de16c..5beca14a4 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,5 @@ * long term feature: shared_ptr less locator -* long term feature: shared_ptr-less resource cache +* long term feature: shared_ptr less resource cache * custom allocators and EnTT allocator-aware in general (long term feature, I don't actually need it at the moment) - see #22 * scene management (I prefer the concept of spaces, that is a kind of scene anyway) * debugging tools (#60): the issue online already contains interesting tips on this, look at it