Skip to content

Commit d102004

Browse files
authored
Fixed typo (#112)
1 parent 2f188c3 commit d102004

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/v1/qdrantentity_types.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ type EntityResult string
8383

8484
//goland:noinspection GoUnusedConst
8585
const (
86-
EntityResultOk EntityResult = "Ok"
87-
EntityRersultPending EntityResult = "Pending"
88-
EntityResultError EntityResult = "Error"
86+
EntityResultOk EntityResult = "Ok"
87+
EntityResultPending EntityResult = "Pending"
88+
EntityResultError EntityResult = "Error"
8989
)
9090

9191
// QdrantEntityStatusResult is the last result from the invocation to a manager

0 commit comments

Comments
 (0)