parent:
a3c8b545682a7e9cda8fe9ec37da32a1992c0049
nmyk <nick@nmyk.io>
2023-02-10T08:53:30-05:00
be more precise in Cowsay godoc
diff --git a/cowsay.go b/cowsay.go
index 162108614c98acd15f2e347801137e33c6d8c4f2..9b3667e76ee1be062b6063ffefcfa90f2ee2baba 100644
--- a/cowsay.go
+++ b/cowsay.go
@@ -98,7 +98,7 @@ return w.Write([]byte(c.moo(string(s), think)))
}
// Cowsay is provided for convenience. It is identical to Cow{}.Say. It prints
-// the default cow speaking the input string to stdout.
+// the default cow speaking the input string to stdout, followed by a newline.
func Cowsay(s string) {
Cow{}.Say(s)
}