From f5755188800cca4cffecf6068353a75a31c0bc56 Mon Sep 17 00:00:00 2001 From: Edward Muller Date: Wed, 1 Jun 2016 21:20:48 -0700 Subject: [PATCH] Fix the silly file --- vendor/github.com/kr/text/wrap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/kr/text/wrap.go b/vendor/github.com/kr/text/wrap.go index ca88565..1c85cd2 100755 --- a/vendor/github.com/kr/text/wrap.go +++ b/vendor/github.com/kr/text/wrap.go @@ -31,7 +31,7 @@ func WrapBytes(b []byte, lim int) []byte { // WrapWords is the low-level line-breaking algorithm, useful if you need more // control over the details of the text wrapping process. For most uses, either -// Wrap or WrapBytes will be sufficient and more convenient. +// Wrap or WrapBytes will be sufficient and more convenient. // // WrapWords splits a list of words into lines with minimal "raggedness", // treating each byte as one unit, accounting for spc units between adjacent