Explorar el Código

doc: fixed typo

Michele Caini hace 6 años
padre
commit
f6584b45ed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/md/meta.md

+ 1 - 1
docs/md/meta.md

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