branch: externals/vecdb
commit 4cc8a17431e3123361dee749079f89ea8a39f803
Author: Andrew Hyatt <[email protected]>
Commit: Andrew Hyatt <[email protected]>
Fix lint issue
---
vecdb.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vecdb.el b/vecdb.el
index a0bb0fae5f..945c406b90 100644
--- a/vecdb.el
+++ b/vecdb.el
@@ -76,7 +76,7 @@ An ID may be an integer or a string, and is used to uniquely
identify the item."
(cl-defgeneric vecdb-get-item (provider collection id)
"Get items with ID from the COLLECTION with PROVIDER.
-If the item does not exist, return `nil'."
+If the item does not exist, return nil."
(ignore collection id)
(signal 'not-implemented
(list "vecdb-get not implemented for" (vecdb-provider-name
provider))))