Skip to content

Commit ba0a80e

Browse files
committed
typo fix
1 parent 2f4c143 commit ba0a80e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nodenorm/handlers/normalized_nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ async def _lookup_curie_metadata(
304304
specified by index.max_terms_count is 65536 (2**16), we should be well under given our
305305
usual maximum query size is ~3000 CURIE identifiers
306306
307-
We most also be careful though as the terms query is simply checking if any document
307+
We must also be careful though as the terms query is simply checking if any document
308308
contains at least one of the terms. We expect a 1-1 matching for CURIE identifier to
309309
document, so we can determine which terms were not found via set difference between the
310310
returned document CURIE identifiers and the user provided set of CURIE identifiers

0 commit comments

Comments
 (0)