From e9096594dce964ebb21bb871541d35eacd3fa672 Mon Sep 17 00:00:00 2001 From: vglfr Date: Thu, 15 Jul 2021 09:12:44 +0300 Subject: [PATCH] Fix typo in docs --- src/Graphics/Vty/Config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Graphics/Vty/Config.hs b/src/Graphics/Vty/Config.hs index 924ae3f..6c14f64 100644 --- a/src/Graphics/Vty/Config.hs +++ b/src/Graphics/Vty/Config.hs @@ -54,7 +54,7 @@ -- If a debug log is requested then vty will output the current input -- table to the log in the above format. A workflow for using this is -- to set @VTY_DEBUG_LOG@. Run the application. Check the debug log for --- incorrect mappings. Add corrected mappings to @$HOME/.vty/config@. +-- incorrect mappings. Add corrected mappings to @$HOME\/.vty\/config@. -- -- = Unicode Character Width Maps --