Skip to content

Commit 2716383

Browse files
committed
TASK: Fix Type in comment
1 parent ebb06cb commit 2716383

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Eel/ElasticSearchQueryBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ protected function convertHitsToNodes(array $hits): array
861861
/**
862862
* TODO: This code below is not fully correct yet:
863863
*
864-
* We always fetch $limit * (numerOfWorkspaces) records; so that we find a node:
864+
* We always fetch $limit * (numberOfWorkspaces) records; so that we find a node:
865865
* - *once* if it is only in live workspace and matches the query
866866
* - *once* if it is only in user workspace and matches the query
867867
* - *twice* if it is in both workspaces and matches the query *both times*. In this case we filter the duplicate record.

0 commit comments

Comments
 (0)