Browse Source

fixed typo

Michele Caini 7 years ago
parent
commit
eaa95ee840
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/meta.md

+ 1 - 1
docs/meta.md

@@ -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.