Update: docs
This commit is contained in:
parent
768cc0cd3b
commit
53e7a15aa5
1 changed files with 2 additions and 2 deletions
4
slug.go
4
slug.go
|
|
@ -20,8 +20,8 @@ var (
|
|||
// Maximum slug length. It's smart so it will cat slug after full word.
|
||||
// By default slugs aren't shortened.
|
||||
// If MaxLength is smaller than length of the first word, then returned
|
||||
// slug will contain substring from the first word truncated after
|
||||
// MaxLength.
|
||||
// slug will contain only substring from the first word truncated
|
||||
// after MaxLength.
|
||||
MaxLength int
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue