From 6b2e91540c6c84744334930381845e30a41bc8a2 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 5 Dec 2014 14:09:53 +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 22526ba..633aacc 100644 --- a/conf/wide.go +++ b/conf/wide.go @@ -62,7 +62,7 @@ type User struct { LatestSessionContent *LatestSessionContent } -// NewUser creates a user with the specified username, password, workspace. +// NewUser creates a user with the specified username, password and workspace. func NewUser(username, password, workspace string) *User { return &User{Name: username, Password: password, Workspace: workspace, Locale: Wide.Locale, GoFormat: "gofmt", FontFamily: "Helvetica", FontSize: "13px",