Skip to content

Commit a5ec03b

Browse files
committedMay 1, 2025
Fixes
1 parent ededa71 commit a5ec03b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎packages/firestore/src/lite-api/expressions.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -5868,10 +5868,10 @@ export function strConcat(
58685868
* ```
58695869
*
58705870
* @param fieldName The field name of the map field.
5871-
* @param subField The key to access in the map.
5871+
* @param key The key to access in the map.
58725872
* @return A new {@code Expr} representing the value associated with the given key in the map.
58735873
*/
5874-
export function mapGet(fieldName: string, subField: string): FunctionExpr;
5874+
export function mapGet(fieldName: string, key: string): FunctionExpr;
58755875

58765876
/**
58775877
* @beta

0 commit comments

Comments
 (0)