Skip to content

Commit e0f3c29

Browse files
committed
Update fromTimestamp doc.
1 parent 5f413b6 commit e0f3c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/remote/serializer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export function toTimestamp(
227227
}
228228

229229
/**
230-
* Returns a Timestamp type given timestamp from a protobuf.
230+
* Returns a Timestamp typed object given protobuf timestamp value.
231231
*/
232232
export function fromTimestamp(date: ProtoTimestamp): Timestamp {
233233
const timestamp = normalizeTimestamp(date);

0 commit comments

Comments
 (0)