Skip to content

Commit

Permalink
docs: add missing \
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Mar 30, 2024
1 parent b2a1a8a commit be473e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/libraries/images.rst
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ The ``rotate()`` method allows you to rotate an image in 90 degree increments::
- ``$angle`` is the number of degrees to rotate. One of ``90``, ``180``, ``270``.

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

Adding a Text Watermark
=======================
Expand Down

0 comments on commit be473e2

Please sign in to comment.