Skip to content

Commit aa2ddd7

Browse files
authored
Doc: Error message type (#509)
Related: GH-506
1 parent 113a786 commit aa2ddd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/usearch.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ test('Serialization', async (t) => {
248248
() => index.remove(42n),
249249
{
250250
name: 'Error',
251-
message: "Can't remove to an immutable index"
251+
message: "Can't remove from an immutable index"
252252
}
253253
);
254254
});

0 commit comments

Comments
 (0)