aboutsummaryrefslogtreecommitdiff
path: root/convert_options.go
diff options
context:
space:
mode:
Diffstat (limited to 'convert_options.go')
-rw-r--r--convert_options.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/convert_options.go b/convert_options.go
index 13741ee..0423644 100644
--- a/convert_options.go
+++ b/convert_options.go
@@ -9,7 +9,7 @@ import (
)
const (
- // DefaultRoot define default Root value for GenerateOptions.
+ // DefaultRoot define default Root value for ConvertOptions.
DefaultRoot = `.`
)