From: Jean Privat Date: Tue, 17 Oct 2017 20:09:24 +0000 (-0400) Subject: Merge: lib/config: fix doc X-Git-Url: http://nitlanguage.org?hp=afc123be31dcd9625c547f53475847baa342c0cf Merge: lib/config: fix doc Signed-off-by: Alexandre Terrasa Pull-Request: #2564 --- 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