From ff0d02e8555041edecbd0ce27f32c6ea4b214483 Mon Sep 17 00:00:00 2001 From: Pascal Dierich Date: Mon, 20 Aug 2018 19:45:24 +0200 Subject: [PATCH] fix typo in doc/man_docs.go (#732) --- doc/man_docs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man_docs.go b/doc/man_docs.go index baa48118..e5dbda2d 100644 --- a/doc/man_docs.go +++ b/doc/man_docs.go @@ -87,7 +87,7 @@ type GenManTreeOptions struct { // GenManHeader is a lot like the .TH header at the start of man pages. These // include the title, section, date, source, and manual. We will use the -// current time if Date if unset and will use "Auto generated by spf13/cobra" +// current time if Date is unset and will use "Auto generated by spf13/cobra" // if the Source is unset. type GenManHeader struct { Title string