Skip to content

Commit 484ecaa

Browse files
committed
Update descriptions
1 parent 608944a commit 484ecaa

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

lib/node_modules/@stdlib/time/constants/hours-in-week/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// MAIN //
1616

1717
/**
18-
* The number of hours in a week is given by
18+
* The number of hours in a week.
1919
*
2020
* ``` tex
2121
* 7 \cdot 24 = 168

lib/node_modules/@stdlib/time/constants/milliseconds-in-day/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// MAIN //
1616

1717
/**
18-
* The number of milliseconds in a day is given by
18+
* The number of milliseconds in a day.
1919
*
2020
* ``` tex
2121
* 1000 \cdot 60 \cdot 60 \cdot 24 = 86400000

lib/node_modules/@stdlib/time/constants/milliseconds-in-hour/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// MAIN //
1616

1717
/**
18-
* The number of milliseconds in an hour is given by
18+
* The number of milliseconds in an hour.
1919
*
2020
* ``` tex
2121
* 1000 \cdot 60 \cdot 60 = 3600000

lib/node_modules/@stdlib/time/constants/milliseconds-in-minute/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// MAIN //
1616

1717
/**
18-
* The number of milliseconds in a minute is given by
18+
* The number of milliseconds in a minute.
1919
*
2020
* ``` tex
2121
* 1000 \cdot 60 = 60000

lib/node_modules/@stdlib/time/constants/milliseconds-in-week/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// MAIN //
1616

1717
/**
18-
* The number of milliseconds in a week is given by
18+
* The number of milliseconds in a week.
1919
*
2020
* ``` tex
2121
* 1000 \cdot 60 \cdot 60 \cdot 24 \cdot 7 = 604800000

lib/node_modules/@stdlib/time/constants/minutes-in-day/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// MAIN //
1616

1717
/**
18-
* The number of minutes in a day is given by
18+
* The number of minutes in a day.
1919
*
2020
* ``` tex
2121
* 60 \cdot 24 = 1440

lib/node_modules/@stdlib/time/constants/minutes-in-week/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// MAIN //
1616

1717
/**
18-
* The number of minutes in a week is given by
18+
* The number of minutes in a week.
1919
*
2020
* ``` tex
2121
* 60 \cdot 24 \cdot 7 = 10080

0 commit comments

Comments
 (0)