فهرست منبع

Fix typo, reformat top comment slightly.

Rob Pike 12 سال پیش
والد
کامیت
228ba85797
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      glog.go

+ 3 - 2
glog.go

@@ -58,9 +58,10 @@
 //	-v=0
 //	-v=0
 //		Enable V-leveled logging at the specified level.
 //		Enable V-leveled logging at the specified level.
 //	-vmodule=""
 //	-vmodule=""
-//		The syntax of the argument is a comma-separate list of pattern=N,
+//		The syntax of the argument is a comma-separated list of pattern=N,
 //		where pattern is a literal file name (minus the ".go" suffix) or
 //		where pattern is a literal file name (minus the ".go" suffix) or
-//		"glob" pattern and N is a V level. For instance, -vmodule=gopher*=3
+//		"glob" pattern and N is a V level. For instance,
+//			-vmodule=gopher*=3
 //		sets the V level to 3 in all Go files whose names begin "gopher".
 //		sets the V level to 3 in all Go files whose names begin "gopher".
 //
 //
 package glog
 package glog