Skip to content

Commit bb201e6

Browse files
committed
docs: add empty line
1 parent 9cf14e3 commit bb201e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

user_guide_src/source/libraries/time.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,9 @@ Viewing Differences
366366
===================
367367

368368
To compare two Times directly, you would use the ``difference()`` method, which returns a ``CodeIgniter\I18n\TimeDifference``
369-
instance. The first parameter is either a Time instance, a DateTime instance, or a string with the date/time. If
369+
instance.
370+
371+
The first parameter is either a Time instance, a DateTime instance, or a string with the date/time. If
370372
a string is passed in the first parameter, the second parameter can be a timezone string:
371373

372374
.. literalinclude:: time/038.php

0 commit comments

Comments
 (0)