Skip to content

Commit f24f834

Browse files
committed
update phrasing
1 parent a287682 commit f24f834

File tree

1 file changed

+1
-1
lines changed
  • docs/integrations/language-clients/go

1 file changed

+1
-1
lines changed

docs/integrations/language-clients/go/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ Note the ability to pass a Context to the query. This can be used to pass specif
514514
515515
### Batch Insert {#batch-insert}
516516
517-
To insert a large number of rows, the client provides batch semantics. This requires the preparation of a batch to which rows can be appended. This is finally sent via the `Send()` method. Batches will be held in memory until `Send` is executed.
517+
To insert a large number of rows, the client provides batch semantics. This requires the preparation of a batch to which rows can be appended. This is finally sent via the `Send()` method. Batches are held in memory until `Send` is executed.
518518
519519
It is recommended to call `Close` on the batch to prevent leaking connections. This can be done via the `defer` keyword after preparing the batch. This will clean up the connection if `Send` never gets called. Note that this will result in 0 row inserts showing up in the query log if no rows were appended.
520520

0 commit comments

Comments
 (0)