From 07bca58d6dc4b8f8694216910a92f4abb300cb4e Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Mon, 28 Oct 2019 09:40:33 +0100 Subject: [PATCH] Typo in comment --- src/bin/eolian_mono/eolian/mono/documentation.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/eolian_mono/eolian/mono/documentation.hh b/src/bin/eolian_mono/eolian/mono/documentation.hh index eab15943e7..b57dc4a6de 100644 --- a/src/bin/eolian_mono/eolian/mono/documentation.hh +++ b/src/bin/eolian_mono/eolian/mono/documentation.hh @@ -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.