Skip to content

Commit f55ddd2

Browse files
committed
docs: remove duplicated '\'
1 parent 4cbbd7e commit f55ddd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/libraries/time.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ Works exactly the same as ``isBefore()`` except checks if the time is after the
457457
Viewing Differences
458458
===================
459459

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

0 commit comments

Comments
 (0)