Skip to content

Commit

Permalink
replace :math:le with <
Browse files Browse the repository at this point in the history
- sphinx conversion of this make pdflatex unhappy
  • Loading branch information
kupsch authored and hainest committed Apr 3, 2024
1 parent b98a1cf commit dfc975f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/parseAPI/developer/CodeSource.h.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ CodeSource.h

.. cpp:function:: bool contains(Address addr)

Checks if :cpp:func:`low` :math:`\le` ``addr`` :math:`\lt` :cpp:func:`high`.
Checks if :cpp:func:`low` < ``addr`` < :cpp:func:`high`.

.. cpp:function:: virtual bool wasUserAdded() const

Expand Down

0 comments on commit dfc975f

Please sign in to comment.