Skip to content

Commit 6bb6b8b

Browse files
committed
docs: add missing \
1 parent dcbebee commit 6bb6b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/libraries/images.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ The ``rotate()`` method allows you to rotate an image in 90 degree increments::
232232
- ``$angle`` is the number of degrees to rotate. One of ``90``, ``180``, ``270``.
233233

234234
.. note:: While the ``$angle`` parameter accepts a float, it will convert it to an integer during the process.
235-
If the value is any other than the three values listed above, it will throw a CodeIgniter\Images\ImageException.
235+
If the value is any other than the three values listed above, it will throw a ``CodeIgniter\Images\ImageException``.
236236

237237
Adding a Text Watermark
238238
=======================

0 commit comments

Comments
 (0)