Skip to content

Commit 32f732e

Browse files
author
James Cor
committed
fix error
1 parent 0c4bc3a commit 32f732e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/index_driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ var (
120120
ErrIndexExpressionAlreadyRegistered = errors.NewKind("there is already an index registered for the expressions: %s")
121121

122122
// ErrIndexNotFound is returned when the index could not be found.
123-
ErrIndexNotFound = errors.NewKind("index %q was not found")
123+
ErrIndexNotFound = errors.NewKind("index %q was not found")
124124

125125
// ErrIndexDeleteInvalidStatus is returned when the index trying to delete
126126
// does not have a ready or outdated state.

0 commit comments

Comments
 (0)