Skip to content

Commit 32645ab

Browse files
authored
typo: fix incorrect spelling (#167)
Signed-off-by: PennyYoon <[email protected]>
1 parent e689ed3 commit 32645ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opengemini/client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ type Client interface {
2121
Query(query Query) (*QueryResult, error)
2222

2323
// WritePoint write single point to assigned database. If you don't want to implement callbackFunc to receive error
24-
// in writing, you cloud use opengemini.CallbackDummy.
24+
// in writing, you could use opengemini.CallbackDummy.
2525
WritePoint(database string, point *Point, callbackFunc WriteCallback) error
2626
// WritePointWithRp write single point with retention policy. If you don't want to implement callbackFunc to
27-
// receive error in writing, you cloud use opengemini.CallbackDummy.
27+
// receive error in writing, you could use opengemini.CallbackDummy.
2828
WritePointWithRp(database string, rp string, point *Point, callbackFunc WriteCallback) error
2929
// WriteBatchPoints write batch points to assigned database
3030
WriteBatchPoints(ctx context.Context, database string, bp []*Point) error

0 commit comments

Comments
 (0)