[JSDoc] Correct mistake

This commit is contained in:
Pete Richards 2015-10-21 09:46:32 -07:00
parent 833f57e284
commit 496cf85b7e

View File

@ -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.