We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f0d6c commit 2aea2f3Copy full SHA for 2aea2f3
src/collection.ts
@@ -76,7 +76,7 @@ export abstract class BaseCollection implements ArangoCollection {
76
if (indexHandle.id) {
77
return indexHandle.id;
78
}
79
- throw new Error("Document handle must be a document or string");
+ throw new Error("Index handle must be a index or string");
80
81
if (indexHandle.indexOf("/") === -1) {
82
return this._idPrefix + indexHandle;
0 commit comments