Skip to content

Commit 9ce1f37

Browse files
committed
Update readme
1 parent a587dff commit 9ce1f37

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/pages/App.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ export default function App() {
5050
* timestamp or the current time.
5151
* @param {number} [fromTs] - The `fromTs` parameter in the `msUntilNextEtMidnight` function is an
5252
* optional parameter that represents a timestamp in milliseconds. It is used to calculate the
53-
* milliseconds until the next Eastern Time (ET) midnight from the specified timestamp. If no
54-
* `fromTs` value is provided, the
55-
* @returns The function `msUntilNextEtMidnight` returns the number of milliseconds until the next
53+
* milliseconds until the next Eastern Time (ET) midnight from the specified timestamp.
54+
* @returns The function returns the number of milliseconds until the next
5655
* Eastern Time (ET) midnight from the provided timestamp or the current time if no timestamp is
5756
* provided.
5857
*/

0 commit comments

Comments
 (0)