Browse Source

all: fix article typos

a -> an

Change-Id: I7d0413396e51f16e0a83732a07a5536548e03506
Reviewed-on: https://go-review.googlesource.com/63992
Reviewed-by: Ian Lance Taylor <iant@golang.org>
namusyaka 8 years ago
parent
commit
8351a756f3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      idna/idna.go
  2. 1 1
      webdav/lock_test.go

+ 1 - 1
idna/idna.go

@@ -167,7 +167,7 @@ type options struct {
 	bidirule func(s string) bool
 }
 
-// A Profile defines the configuration of a IDNA mapper.
+// A Profile defines the configuration of an IDNA mapper.
 type Profile struct {
 	options
 }

+ 1 - 1
webdav/lock_test.go

@@ -69,7 +69,7 @@ var lockTestDurations = []time.Duration{
 // lockTestNames are the names of a set of mutually compatible locks. For each
 // name fragment:
 //	- _ means no explicit lock.
-//	- i means a infinite-depth lock,
+//	- i means an infinite-depth lock,
 //	- z means a zero-depth lock,
 var lockTestNames = []string{
 	"/_/_/_/_/z",