mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 23:12:23 +00:00
[JSDoc] Correct mistake
This commit is contained in:
parent
833f57e284
commit
496cf85b7e
@ -59,9 +59,9 @@ define([
|
||||
/**
|
||||
* Because filtering isn't implemented inside each provider, the fudge
|
||||
* factor is a multiplier on the number of results returned-- more results
|
||||
* than requested will be fetched, and then will be fetched. This helps
|
||||
* provide more predictable pagination when large numbers of matches exist
|
||||
* but very few matches match filters.
|
||||
* than requested will be fetched, and then will be filtered. This helps
|
||||
* provide more predictable pagination when large numbers of results are
|
||||
* returned but very few results match filters.
|
||||
*
|
||||
* If a provider level filter implementation is implemented in the future,
|
||||
* remove this.
|
||||
|
Loading…
Reference in New Issue
Block a user