Skip to content

Commit 77867ac

Browse files
committed
docs: remove trailing whitespace
1 parent c7eb1f5 commit 77867ac

File tree

112 files changed

+152
-152
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+152
-152
lines changed

lib/node_modules/@stdlib/constants/time/milliseconds-in-second/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var bool = ( MILLISECONDS_IN_SECOND === 1000 );
4747

4848
## Notes
4949

50-
- The value is a generalization and does **not** take into account inaccuracies arising due to complications with time and dates.
50+
- The value is a generalization and does **not** take into account inaccuracies arising due to complications with time and dates.
5151

5252
</section>
5353

lib/node_modules/@stdlib/constants/time/milliseconds-in-week/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var bool = ( MILLISECONDS_IN_WEEK === 604800000 );
4747

4848
## Notes
4949

50-
- The value is a generalization and does **not** take into account inaccuracies due to daylight savings conventions, crossing timezones, or other complications with time and dates.
50+
- The value is a generalization and does **not** take into account inaccuracies due to daylight savings conventions, crossing timezones, or other complications with time and dates.
5151

5252
</section>
5353

lib/node_modules/@stdlib/constants/time/minutes-in-day/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var bool = ( MINUTES_IN_DAY === 1440 );
4747

4848
## Notes
4949

50-
- The value is a generalization and does **not** take into account inaccuracies due to daylight savings conventions, crossing timezones, or other complications with time and dates.
50+
- The value is a generalization and does **not** take into account inaccuracies due to daylight savings conventions, crossing timezones, or other complications with time and dates.
5151

5252
</section>
5353

lib/node_modules/@stdlib/constants/time/minutes-in-hour/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var bool = ( MINUTES_IN_HOUR === 60 );
4747

4848
## Notes
4949

50-
- The value is a generalization and does **not** take into account inaccuracies due to daylight savings conventions, crossing timezones, or other complications with time and dates.
50+
- The value is a generalization and does **not** take into account inaccuracies due to daylight savings conventions, crossing timezones, or other complications with time and dates.
5151

5252
</section>
5353

lib/node_modules/@stdlib/constants/time/months-in-year/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var bool = ( MONTHS_IN_YEAR === 12 );
4747

4848
## Notes
4949

50-
- The value is a generalization and does **not** take into account inaccuracies due to daylight savings conventions, crossing timezones, or other complications with time and dates.
50+
- The value is a generalization and does **not** take into account inaccuracies due to daylight savings conventions, crossing timezones, or other complications with time and dates.
5151

5252
</section>
5353

lib/node_modules/@stdlib/constants/time/seconds-in-day/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var bool = ( SECONDS_IN_DAY === 86400 );
4747

4848
## Notes
4949

50-
- The value is a generalization and does **not** take into account inaccuracies due to daylight savings conventions, crossing timezones, or other complications with time and dates.
50+
- The value is a generalization and does **not** take into account inaccuracies due to daylight savings conventions, crossing timezones, or other complications with time and dates.
5151

5252
</section>
5353

lib/node_modules/@stdlib/constants/time/seconds-in-hour/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var bool = ( SECONDS_IN_HOUR === 3600 );
4747

4848
## Notes
4949

50-
- The value is a generalization and does **not** take into account inaccuracies due to daylight savings conventions, crossing timezones, or other complications with time and dates.
50+
- The value is a generalization and does **not** take into account inaccuracies due to daylight savings conventions, crossing timezones, or other complications with time and dates.
5151

5252
</section>
5353

lib/node_modules/@stdlib/constants/time/seconds-in-minute/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var bool = ( SECONDS_IN_MINUTE === 60 );
4747

4848
## Notes
4949

50-
- The value is a generalization and does **not** take into account inaccuracies arising due to complications with time and dates.
50+
- The value is a generalization and does **not** take into account inaccuracies arising due to complications with time and dates.
5151

5252
</section>
5353

lib/node_modules/@stdlib/constants/time/seconds-in-week/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var bool = ( SECONDS_IN_WEEK === 604800 );
4747

4848
## Notes
4949

50-
- The value is a generalization and does **not** take into account inaccuracies due to daylight savings conventions, crossing timezones, or other complications with time and dates.
50+
- The value is a generalization and does **not** take into account inaccuracies due to daylight savings conventions, crossing timezones, or other complications with time and dates.
5151

5252
</section>
5353

lib/node_modules/@stdlib/constants/uint32/max/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var UINT32_MAX = require( '@stdlib/constants/uint32/max' );
3232

3333
#### UINT32_MAX
3434

35-
Maximum unsigned 32-bit `integer`.
35+
Maximum unsigned 32-bit `integer`.
3636

3737
```javascript
3838
var bool = ( UINT32_MAX === 4294967295 );

0 commit comments

Comments
 (0)