summaryrefslogtreecommitdiff
path: root/file.go
diff options
context:
space:
mode:
Diffstat (limited to 'file.go')
-rw-r--r--file.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/file.go b/file.go
index 5931bdb..ce8b138 100644
--- a/file.go
+++ b/file.go
@@ -21,8 +21,8 @@ import (
"sync"
)
-// NewFile provides a function to create new file by default template. For
-// example:
+// NewFile provides a function to create new file by default template.
+// For example:
//
// f := NewFile()
//