Commit 77895031 authored by ChaiShushan's avatar ChaiShushan Committed by Andrew Gerrand

go.net/proxy: fix typo in doc

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/12702044
parent e8489d83
......@@ -24,7 +24,7 @@ type Auth struct {
User, Password string
}
// DefaultDialer returns the dialer specified by the proxy related variables in
// FromEnvironment returns the dialer specified by the proxy related variables in
// the environment.
func FromEnvironment() Dialer {
allProxy := os.Getenv("all_proxy")
......
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