mirror of
https://github.com/nasa/openmct.git
synced 2024-12-24 15:26:39 +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
|
* Because filtering isn't implemented inside each provider, the fudge
|
||||||
* factor is a multiplier on the number of results returned-- more results
|
* factor is a multiplier on the number of results returned-- more results
|
||||||
* than requested will be fetched, and then will be fetched. This helps
|
* than requested will be fetched, and then will be filtered. This helps
|
||||||
* provide more predictable pagination when large numbers of matches exist
|
* provide more predictable pagination when large numbers of results are
|
||||||
* but very few matches match filters.
|
* returned but very few results match filters.
|
||||||
*
|
*
|
||||||
* If a provider level filter implementation is implemented in the future,
|
* If a provider level filter implementation is implemented in the future,
|
||||||
* remove this.
|
* remove this.
|
||||||
|
Loading…
Reference in New Issue
Block a user