1
0
mirror of https://github.com/golang/go synced 2024-11-23 08:40:08 -07:00

doc: fix spelling mistake

Change-Id: I7bf1a93d3377acccdd3a34c5dcef7863310496e0
Reviewed-on: https://go-review.googlesource.com/89955
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Kevin Burke 2018-01-25 11:26:54 -08:00 committed by Ian Lance Taylor
parent 3ee8c3cc0b
commit 00587e8988

View File

@ -816,7 +816,7 @@ formats the X.509 distinguished name in the standard RFC 2253 format.
<p> <p>
Drivers that currently hold on to the destination buffer provdied by Drivers that currently hold on to the destination buffer provdied by
<a href="/pkg/database/sql/driver/#Rows.Next"><code>driver.Rows.Next</code></a> should ensure they no longer <a href="/pkg/database/sql/driver/#Rows.Next"><code>driver.Rows.Next</code></a> should ensure they no longer
write to a buffer assignedd to the destination array outside of that call. write to a buffer assigned to the destination array outside of that call.
Drivers must be careful that underlying buffers are not modified when closing Drivers must be careful that underlying buffers are not modified when closing
<a href="/pkg/database/sql/driver/#Rows"><code>driver.Rows</code></a>. <a href="/pkg/database/sql/driver/#Rows"><code>driver.Rows</code></a>.
</p> </p>