commit | 5695738f733662da3e9afc2283bba6f3c879002d | [log] [tgz] |
---|---|---|
author | Jesse van den Kieboom <jessevdk@gmail.com> | Sun May 21 23:21:05 2017 +0200 |
committer | Jesse van den Kieboom <jessevdk@gmail.com> | Sun May 21 23:21:05 2017 +0200 |
tree | 75f03b377346f78f688ddd54ae292bbd53cacd3d | |
parent | f654ab14438dd56577d6523b0a3901b7f19255b5 [diff] |
Fix wrong doc function name
diff --git a/option.go b/option.go index 8270a22..ea09fb4 100644 --- a/option.go +++ b/option.go
@@ -179,7 +179,7 @@ return option.isSet } -// IsSet returns true if option has been set via the default option tag +// IsSetDefault returns true if option has been set via the default option tag func (option *Option) IsSetDefault() bool { return option.isSetDefault }