aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulie Qiu <julie@golang.org>2020-06-02 13:51:38 -0400
committerJulie Qiu <julie@golang.org>2020-06-04 03:50:46 +0000
commitbdf76ca045c989bcff9a0111819559d632a4a39a (patch)
tree963fb57903d6b6c9ae5c44d4bb1ff4702bc17a73
parentcb5fad79d068420409686f435385a8d62f26c56f (diff)
downloadgo-bdf76ca045c989bcff9a0111819559d632a4a39a.tar.gz
go-bdf76ca045c989bcff9a0111819559d632a4a39a.zip
doc/go1.15: add release notes for time
Updates #37419 Change-Id: I2018b55f335400070bfa3573adab9549a5bf6a1a Reviewed-on: https://go-review.googlesource.com/c/go/+/236158 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
-rw-r--r--doc/go1.15.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.15.html b/doc/go1.15.html
index fcdbf98c7c..bdb327e4d4 100644
--- a/doc/go1.15.html
+++ b/doc/go1.15.html
@@ -662,7 +662,7 @@ TODO
</p>
<p><!-- CL 227878 -->
- TODO: <a href="https://golang.org/cl/227878">https://golang.org/cl/227878</a>: quote original value in errors returned by ParseDuration
+ When returning an error, <a href="/pkg/time/#ParseDuration"><code>ParseDuration</code></a> now quotes the original value.
</p>
</dd>
</dl><!-- time -->