Skip to content

Commit 0bbca23

Browse files
authored
codespell + manual grammar rework of a comment/doc (#33)
1 parent 2d04976 commit 0bbca23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626

2727
// Configuration for your Main() or ServerMain() function.
2828
// These variables is how to setup the arguments, flags and usage parsing for [Main] and [ServerMain].
29-
// At minium set the MinArgs should be set.
29+
// At minimum the MinArgs should be set.
3030
var (
3131
// Out parameters:
3232
// *Version will be filled automatically by the cli package, using [fortio.org/version.FromBuildInfo()].

0 commit comments

Comments
 (0)