summaryrefslogtreecommitdiff
path: root/internal/example/example.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/example/example.go')
-rw-r--r--internal/example/example.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/example/example.go b/internal/example/example.go
index 90f861a..05e4827 100644
--- a/internal/example/example.go
+++ b/internal/example/example.go
@@ -36,7 +36,7 @@ func init() {
gofpdf.SetDefaultCreationDate(time.Date(2000, 1, 1, 0, 0, 0, 0, time.UTC))
}
-// Assign the relative path to the gofpdfDir directory based on current working
+// setRoot assigns the relative path to the gofpdfDir directory based on current working
// directory
func setRoot() {
wdStr, err := os.Getwd()