diff options
Diffstat (limited to 'strings/strings.go')
| -rw-r--r-- | strings/strings.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/strings/strings.go b/strings/strings.go index a7b17a68..fd8e6000 100644 --- a/strings/strings.go +++ b/strings/strings.go @@ -92,11 +92,11 @@ func CamelCase(in string) string { // WordWrapOpts defines the options to apply to the WordWrap function type WordWrapOpts struct { - // The desired maximum line length in characters (defaults to 80) - Width uint - // Line-break sequence to insert (defaults to "\n") LBSeq string + + // The desired maximum line length in characters (defaults to 80) + Width uint } // applies default options |
