We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba94dd commit 9ef845fCopy full SHA for 9ef845f
glog.go
@@ -994,7 +994,7 @@ type Verbose bool
994
//
995
// Whether an individual call to V generates a log record depends on the setting of
996
// the -v and --vmodule flags; both are off by default. If the level in the call to
997
-// V is at least the value of -v, or of -vmodule for the source file containing the
+// V is at most the value of -v, or of -vmodule for the source file containing the
998
// call, the V call will log.
999
func V(level Level) Verbose {
1000
// This function tries hard to be cheap unless there's work to do.
0 commit comments