Skip to content

Commit 00a2423

Browse files
committed
format fix.
1 parent 09eb5cf commit 00a2423

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/firestore/src/util/json_validation.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ export function property<T extends JsonTypeDesc>(
9494
return result;
9595
}
9696

97-
/** Validates the JSON object based on the provided schema, and narrows the type to the provided
97+
/**
98+
* Validates the JSON object based on the provided schema, and narrows the type to the provided
9899
* JSON schaem.
99100
* @private
100101
* @internal

0 commit comments

Comments
 (0)