Fix comment formatting and spelling

pull/222/head
Nat Welch 2015-12-05 02:00:23 +00:00
parent 45f5800b75
commit c1d4a77100
1 changed files with 3 additions and 4 deletions

View File

@ -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 {