doc: fixed typo

This commit is contained in:
Michele Caini
2019-07-31 14:17:24 +02:00
parent bad97a8b5b
commit f6584b45ed

View File

@@ -241,7 +241,7 @@ resolve([](auto type) {
In all cases, the returned value is an instance of `meta_type`. This type of
objects offer an API to know the _runtime identifier_ of the type, to iterate
all themeta objects associated with them and even to build or destroy instances
all the meta objects associated with them and even to build or destroy instances
of the underlying type.<br/>
Refer to the inline documentation for all the details.