Skip to content

Commit 228ba85

Browse files
committed
Fix typo, reformat top comment slightly.
1 parent f74c4c6 commit 228ba85

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

glog.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@
5858
// -v=0
5959
// Enable V-leveled logging at the specified level.
6060
// -vmodule=""
61-
// The syntax of the argument is a comma-separate list of pattern=N,
61+
// The syntax of the argument is a comma-separated list of pattern=N,
6262
// where pattern is a literal file name (minus the ".go" suffix) or
63-
// "glob" pattern and N is a V level. For instance, -vmodule=gopher*=3
63+
// "glob" pattern and N is a V level. For instance,
64+
// -vmodule=gopher*=3
6465
// sets the V level to 3 in all Go files whose names begin "gopher".
6566
//
6667
package glog

0 commit comments

Comments
 (0)