Skip to content

Commit 578d8ee

Browse files
WIP
1 parent 0b6e704 commit 578d8ee

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

packages/firestore/src/local/index_manager.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ export interface IndexManager {
5757
/**
5858
* Adds a field path index.
5959
*
60-
* <p>Values for this index are persisted asynchronously. The index will only be used for query
61-
* execution once values are persisted.
60+
* Values for this index are persisted asynchronously. The index will only be
61+
* used for query execution once values are persisted.
6262
*/
6363
addFieldIndex(
6464
transaction: PersistenceTransaction,
@@ -72,9 +72,11 @@ export interface IndexManager {
7272
): PersistencePromise<void>;
7373

7474
/**
75-
* Returns a list of field indexes that correspond to the specified collection group.
75+
* Returns a list of field indexes that correspond to the specified collection
76+
* group.
7677
*
77-
* @param collectionGroup The collection group to get matching field indexes for.
78+
* @param collectionGroup The collection group to get matching field indexes
79+
* for.
7880
* @return A collection of field indexes for the specified collection group.
7981
*/
8082
getFieldIndexes(

0 commit comments

Comments
 (0)