Fix typo in Caclulates
This commit is contained in:
parent
470c37bf42
commit
df203fd4f7
@ -37,7 +37,7 @@ export function fromSeconds(seconds: number, nanos = 0): DateWithNanoseconds {
|
||||
}
|
||||
|
||||
/**
|
||||
* Caclulates the UNIX timestamp in seconds as well as the nanoseconds after the given second.
|
||||
* Calculates the UNIX timestamp in seconds as well as the nanoseconds after the given second.
|
||||
*
|
||||
* This is useful when dealing with external systems like the protobuf type
|
||||
* [.google.protobuf.Timestamp](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Timestamp)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user