From: Alexandre Terrasa Date: Thu, 12 Oct 2017 00:44:15 +0000 (-0400) Subject: lib/config: fix doc X-Git-Url: http://nitlanguage.org lib/config: fix doc Signed-off-by: Alexandre Terrasa --- diff --git a/lib/config.nit b/lib/config.nit index 83566a6..eb2bdba 100644 --- a/lib/config.nit +++ b/lib/config.nit @@ -93,7 +93,7 @@ # # The `IniConfig` class extends `Config` to add an easy way to link your # configuration to an ini file. - +# # ~~~ # class MyIniConfig # super IniConfig