From a6208e8d4f229dc31335afc97c02bc271956eeb0 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Wed, 11 Oct 2017 20:44:15 -0400 Subject: [PATCH] lib/config: fix doc Signed-off-by: Alexandre Terrasa --- lib/config.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5