From 4c7b732dad486b3293671a7ef70301885342af2a Mon Sep 17 00:00:00 2001 From: Clint Shryock Date: Wed, 11 Feb 2015 14:49:50 -0800 Subject: [PATCH] typo --- helper/schema/schema.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/schema/schema.go b/helper/schema/schema.go index fc52548a4..81af80de5 100644 --- a/helper/schema/schema.go +++ b/helper/schema/schema.go @@ -60,7 +60,7 @@ type Schema struct { // // If Required is true above, then Default cannot be set. DefaultFunc // can be set with Required. If the DefaultFunc returns nil, then there - // will no default and the user will be asked to fill it in. + // will be no default and the user will be asked to fill it in. // // If either of these is set, then the user won't be asked for input // for this key if the default is not nil.