fixed typo

This commit is contained in:
Michele Caini
2018-10-16 22:49:13 +02:00
parent eaa95ee840
commit 6b69b4671f

View File

@@ -113,7 +113,7 @@ It can be used to extend the reflected type and add the following:
entt::reflect<derived_type>("derived").base<base_type>();
```
From now on, wherever a `my_base_type` is required, an instance of `my_type`
From now on, wherever a `base_type` is required, an instance of `derived_type`
will also be accepted.
* _Conversion functions_. Actual types can be converted, this is a fact. Just