Documentation.

This commit is contained in:
Nuno Cruces 2022-12-05 01:32:15 +00:00 committed by GitHub
parent ae6a817cee
commit 7d3236562f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
msg.go
View File

@ -49,7 +49,7 @@ const (
errorKind errorKind
) )
// NoWrap returns an Option to disable enable text wrapping (Unix only). // NoWrap returns an Option to disable text wrapping (Unix only).
func NoWrap() Option { func NoWrap() Option {
return funcOption(func(o *options) { o.noWrap = true }) return funcOption(func(o *options) { o.noWrap = true })
} }