mirror of
https://github.com/golang/go
synced 2024-11-21 23:24:41 -07:00
net/url: spell the package name correctly.
R=bradfitz CC=golang-dev https://golang.org/cl/5676076
This commit is contained in:
parent
a52027a491
commit
d8e715cab4
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// Package URL parses URLs and implements query escaping.
|
||||
// Package url parses URLs and implements query escaping.
|
||||
// See RFC 3986.
|
||||
package url
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user