File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -277,9 +277,9 @@ <h3 id="cgo">Cgo</h3>
277
277
< p >
278
278
Cgo now supports direct access to Go string values from C.
279
279
Functions in the C preamble may use the type < code > _GoString_</ code >
280
- to accept a Go string as an argument.
280
+ to accept a Go string as an argument.
281
281
C code may call < code > _GoStringLen</ code > and < code > _GoStringPtr</ code >
282
- for direct access to the contents of the string.
282
+ for direct access to the contents of the string.
283
283
A value of type < code > _GoString_</ code >
284
284
may be passed in a call to an exported Go function that takes an argument of Go type < code > string</ code > .
285
285
</ p >
@@ -816,7 +816,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
816
816
< p >
817
817
Drivers that currently hold on to the destination buffer provdied by
818
818
< a href ="/pkg/database/sql/driver/#Rows.Next "> < code > driver.Rows.Next</ code > </ a > should ensure they no longer
819
- write to a buffer assignedd to the destination array outside of that call.
819
+ write to a buffer assigned to the destination array outside of that call.
820
820
Drivers must be careful that underlying buffers are not modified when closing
821
821
< a href ="/pkg/database/sql/driver/#Rows "> < code > driver.Rows</ code > </ a > .
822
822
</ p >
You can’t perform that action at this time.
0 commit comments