Skip to content

Commit

Permalink
net/url: spell the package name correctly.
Browse files Browse the repository at this point in the history
R=bradfitz
CC=golang-dev
https://golang.org/cl/5676076
  • Loading branch information
dsymonds committed Feb 17, 2012
1 parent a52027a commit d8e715c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/net/url/url.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d8e715c

Please sign in to comment.