From 7347c0b151e6ce1397f381ba8f4d1d92e9a9c5f3 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 12 Oct 2015 13:33:18 +0800 Subject: [PATCH] . --- conf/wide.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/wide.go b/conf/wide.go index 3a3b044..e6c15e5 100644 --- a/conf/wide.go +++ b/conf/wide.go @@ -38,7 +38,7 @@ const ( // PathListSeparator holds the OS-specific path list separator. PathListSeparator = string(os.PathListSeparator) - // WideVersion holds the current wide version. + // WideVersion holds the current Wide's version. WideVersion = "1.4.0" // CodeMirrorVer holds the current editor version. CodeMirrorVer = "5.1"