1
0
mirror of https://github.com/golang/go synced 2024-11-12 02:50:25 -07:00

doc/go1.7.html: typo fix; replace "," at end of sentence with "."

Signed-off-by: Steven Phillips <steve@tryingtobeawesome.com>

Change-Id: Ie7c3253a5e1cd43be8fa12bad340204cc6c5ca76
Reviewed-on: https://go-review.googlesource.com/23677
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Steve Phillips 2016-06-02 02:40:37 -07:00 committed by Ian Lance Taylor
parent 04888c9770
commit e90a49a0f5

View File

@ -973,7 +973,7 @@ For compatibility with older mail parsers,
the address encoder, namely the address encoder, namely
<a href="/pkg/net/mail/#Address"><code>Address</code></a>'s <a href="/pkg/net/mail/#Address"><code>Address</code></a>'s
<a href="/pkg/net/mail/#Address.String"><code>String</code></a> method, <a href="/pkg/net/mail/#Address.String"><code>String</code></a> method,
continues to escape all UTF-8 text following <a href="https://tools.ietf.org/html/rfc5322">RFC 5322</a>, continues to escape all UTF-8 text following <a href="https://tools.ietf.org/html/rfc5322">RFC 5322</a>.
</p> </p>
</dd> </dd>