Commit 14234c23 authored by Rob Pike's avatar Rob Pike

time: fix typo in comment

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8915043
parent 8c72b811
......@@ -634,7 +634,7 @@ func skip(value, prefix string) (string, error) {
// Parse parses a formatted string and returns the time value it represents.
// The layout defines the format by showing how the reference time,
// Mon Jan 2 15:04:05 -0700 MST 2006
// would be interepreted if it were the value; it serves as an example of
// would be interpreted if it were the value; it serves as an example of
// the input format. The same interpretation will then be made to the
// input string.
// Predefined layouts ANSIC, UnixDate, RFC3339 and others describe standard
......
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