From c11766b405b388c6bbafaa1c8b3ad2eaf471b7b6 Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Wed, 13 May 2015 08:38:33 -0500 Subject: [PATCH] slight typo in md_docs.md --- md_docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/md_docs.md b/md_docs.md index 7221b3f8..3a0d55ab 100644 --- a/md_docs.md +++ b/md_docs.md @@ -36,7 +36,7 @@ This will write the markdown doc for ONLY "cmd" into the out, buffer. ## Customize the output -Both `GenMarkdown` and `GenMarkdownTree` has alternate versions with callbacks to get some control of the output: +Both `GenMarkdown` and `GenMarkdownTree` have alternate versions with callbacks to get some control of the output: ```go func GenMarkdownTreeCustom(cmd *Command, dir string, filePrepender func(string) string, linkHandler func(string) string) { @@ -78,4 +78,4 @@ linkHandler := func(name string) string { return "/commands/" + strings.ToLower(base) + "/" } ``` - \ No newline at end of file +