fixed typo

This commit is contained in:
Michele Caini
2018-10-16 22:21:36 +02:00
parent a86ba1fdf6
commit eaa95ee840

View File

@@ -23,7 +23,7 @@ looked for a third-party library that met my needs on the subject, but I always
came across some details that I didn't like: macros, being intrusive, too many
allocations. In one word: unsatisfactory.<br/>
I finally decided to write a built-in, non-intrusive and macro-free runtime
reflection system for `EnTT. Maybe I didn't do better than others or maybe yes,
reflection system for `EnTT`. Maybe I didn't do better than others or maybe yes,
time will tell me, but at least I can model this tool around the library to
which it belongs and not vice versa.