From 3c2cb1ff45440f61fccc99f602175f6bdf09393d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vytautas=20=C5=A0altenis?= Date: Sat, 3 Sep 2016 15:29:28 +0300 Subject: [PATCH] Fix typo --- markdown.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown.go b/markdown.go index ff40230..eb23e1c 100644 --- a/markdown.go +++ b/markdown.go @@ -555,8 +555,8 @@ func firstPass(p *parser, input []byte) []byte { // title: "tooltip title", // } // -// Alternatively, reference can contain an information about a footnote. -// Consider this markdown: +// Alternatively, reference can contain information about a footnote. Consider +// this markdown: // // Text needing a footnote.[^a] //