From 53e7a15aa5b6a1312bf895700aa77da2c31720eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dobros=C5=82aw=20=C5=BBybort?= Date: Fri, 10 May 2013 19:25:47 +0200 Subject: [PATCH] Update: docs --- slug.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slug.go b/slug.go index f8c5e78..c7841a3 100644 --- a/slug.go +++ b/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 )