Typo in comment

This commit is contained in:
Xavi Artigas 2019-10-28 09:40:33 +01:00
parent eb676e47af
commit 07bca58d6d
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ struct documentation_generator
const char* eo_name = ::eolian_function_name_get(function);
std::string name = object_ref_conversion(klass);
// Klass is needed to check the property naming rulles
// Klass is needed to check the property naming rules
attributes::klass_def klass_d((const ::Eolian_Class *)klass, eolian_object_unit_get(klass));
// Comment the block below to enable @see reference conversion for non-public interface members.