Skip to content

Commit 759588d

Browse files
authored
Fix misspell (#388)
1 parent 56076ed commit 759588d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edge_collection_documents_impl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ func (c *edgeCollection) createDocument(ctx context.Context, document interface{
188188
// If a documents element already contains a `_key` field, this will be used as key of the new document,
189189
// otherwise a unique key is created.
190190
// If a documents element contains a `_key` field with a duplicate key, other any other field violates an index constraint,
191-
// a ConflictError is returned in its inded in the errors slice.
191+
// a ConflictError is returned at its index in the errors slice.
192192
// To return the NEW documents, prepare a context with `WithReturnNew`. The data argument passed to `WithReturnNew` must be
193193
// a slice with the same number of entries as the `documents` slice.
194194
// To wait until document has been synced to disk, prepare a context with `WithWaitForSync`.

0 commit comments

Comments
 (0)