mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-16 01:43:21 +00:00
docs: fix typos and improve comment clarity
This commit is contained in:
committed by
Christian Rocha
parent
ee382285e7
commit
3d3ed883d3
@@ -32,7 +32,7 @@ func NewSanitizer(opts ...Option) Sanitizer {
|
||||
return &s
|
||||
}
|
||||
|
||||
// Option is the type of an option that can be passed to Sanitize().
|
||||
// Option is the type of option that can be passed to Sanitize().
|
||||
type Option func(sanitizer) sanitizer
|
||||
|
||||
// ReplaceTabs replaces tabs by the specified string.
|
||||
|
||||
Reference in New Issue
Block a user