From 661f1d3e1b5c604fce03d98bbcf884d70ccf3c7a Mon Sep 17 00:00:00 2001 From: Samuel Stoltenberg Date: Sun, 3 Dec 2023 15:00:14 -0600 Subject: [PATCH] Run make v2approve --- testdata/godoc-v2.x.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/godoc-v2.x.txt b/testdata/godoc-v2.x.txt index 6016bd82e7..9be5107a98 100644 --- a/testdata/godoc-v2.x.txt +++ b/testdata/godoc-v2.x.txt @@ -649,7 +649,7 @@ func (cCtx *Context) Bool(name string) bool Bool looks up the value of a local BoolFlag, returns false if not found func (cCtx *Context) Count(name string) int - Count returns the num of occurences of this flag + Count returns the num of occurrences of this flag func (cCtx *Context) Duration(name string) time.Duration Duration looks up the value of a local DurationFlag, returns 0 if not found