Skip to content

Commit 7068e28

Browse files
docs: fix formatting in Time library guide
1 parent 409c317 commit 7068e28

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

user_guide_src/source/libraries/time.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -328,16 +328,16 @@ modify the existing Time instance, but will return a new instance.
328328
addCalendarMonths() / subCalendarMonths()
329329
-----------------------------------------
330330

331-
Modifies the current Time by adding or subtracting whole calendar months. These methods can be useful if you
332-
require no calendar months are skipped in recurring dates. Refer to the table below for a comparison between
331+
Modifies the current Time by adding or subtracting whole calendar months. These methods can be useful if you
332+
require no calendar months are skipped in recurring dates. Refer to the table below for a comparison between
333333
``addMonths()`` and ``addCalendarMonths()`` for an initial date of ``2025-01-31``.
334334

335-
======= =========== ===================
335+
======= =========== ===================
336336
$months addMonths() addCalendarMonths()
337337
======= =========== ===================
338-
1 2025-03-03 2025-02-28
339-
2 2025-03-31 2025-03-31
340-
3 2025-05-01 2025-04-30
338+
1 2025-03-03 2025-02-28
339+
2 2025-03-31 2025-03-31
340+
3 2025-05-01 2025-04-30
341341
4 2025-05-31 2025-05-31
342342
5 2025-07-01 2025-06-30
343343
6 2025-07-31 2025-07-31
@@ -401,7 +401,7 @@ isPast()
401401
.. versionadded:: 4.7.0
402402

403403
Determines if the current instance's time is in the past, relative to "now".
404-
It returns a boolean true/false::
404+
It returns a boolean true/false:
405405

406406
.. literalinclude:: time/043.php
407407

@@ -413,7 +413,7 @@ isFuture()
413413
.. versionadded:: 4.7.0
414414

415415
Determines if the current instance's time is in the future, relative to "now".
416-
It returns a boolean true/false::
416+
It returns a boolean true/false:
417417

418418
.. literalinclude:: time/044.php
419419

0 commit comments

Comments
 (0)