Ignore:
Timestamp:
2018-11-30T19:34:13+13:00 (5 years ago)
Author:
ak19
Message:

Minor. Correcting grammar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/indexers/lucene-gs/src/org/greenstone/LuceneWrapper4/GS2LuceneQuery.java

    r32620 r32641  
    353353        // A collection's GS2LuceneSearch object lives for the duration of the Collection.
    354354        // A GS2LuceneQuery object is ephemeral: only lives for the duration of a query, allowing multiple
    355         // users to queries concurrently, sharing a single IndexReader object for each indexing level
    356         // as IndexReader support concurrency.
     355        // users to do queries concurrently, sharing a single IndexReader object for each indexing level
     356        // since IndexReaders support concurrency.
    357357    }
    358358
Note: See TracChangeset for help on using the changeset viewer.