Commit 8351a756 authored by namusyaka's avatar namusyaka Committed by Ian Lance Taylor

all: fix article typos

a -> an

Change-Id: I7d0413396e51f16e0a83732a07a5536548e03506
Reviewed-on: https://go-review.googlesource.com/63992Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent 859d1a86
...@@ -167,7 +167,7 @@ type options struct { ...@@ -167,7 +167,7 @@ type options struct {
bidirule func(s string) bool 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 { type Profile struct {
options options
} }
......
...@@ -69,7 +69,7 @@ var lockTestDurations = []time.Duration{ ...@@ -69,7 +69,7 @@ var lockTestDurations = []time.Duration{
// lockTestNames are the names of a set of mutually compatible locks. For each // lockTestNames are the names of a set of mutually compatible locks. For each
// name fragment: // name fragment:
// - _ means no explicit lock. // - _ means no explicit lock.
// - i means a infinite-depth lock, // - i means an infinite-depth lock,
// - z means a zero-depth lock, // - z means a zero-depth lock,
var lockTestNames = []string{ var lockTestNames = []string{
"/_/_/_/_/z", "/_/_/_/_/z",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment