From c1d4a77100551b12c946bfd8f3006083d84771d9 Mon Sep 17 00:00:00 2001 From: Nat Welch Date: Sat, 5 Dec 2015 02:00:23 +0000 Subject: [PATCH] Fix comment formatting and spelling --- inline.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/inline.go b/inline.go index 27bcc80..0a773da 100644 --- a/inline.go +++ b/inline.go @@ -287,10 +287,9 @@ func link(p *parser, out *bytes.Buffer, data []byte, offset int) int { linkB := i - // look for link end: ' " ), check for new openning - // braces and take this into account, this may lead - // for overshooting and probably will require some - // finetuning. + // look for link end: ' " ), check for new opening braces and take this + // into account, this may lead for overshooting and probably will require + // some fine-tuning. findlinkend: for i < len(data) { switch {