Skip to content

Commit

Permalink
docs: fix type in writeAPIBlocking.go (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj authored Jul 18, 2023
2 parents 114e28a + 003e3fb commit d8243a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/writeAPIBlocking.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
// It doesn't implicitly create batches of points by default. Batches are created from array of points/records.
//
// Implicit batching is enabled with EnableBatching(). In this mode, each call to WritePoint or WriteRecord adds a line
// to internal buffer. If length ot the buffer is equal to the batch-size (set in write.Options), the buffer is sent to the server
// to internal buffer. If length of the buffer is equal to the batch-size (set in write.Options), the buffer is sent to the server
// and the result of the operation is returned.
// When a point is written to the buffer, nil error is always returned.
// Flush() can be used to trigger sending of batch when it doesn't have the batch-size.
Expand Down

0 comments on commit d8243a5

Please sign in to comment.