Skip to content

Commit e25be77

Browse files
authored
[NFC] [docs] Fix typo in Programmer's Manual BinaryOperator description (#160212)
Fixes phrase "This subclasses represents..."
1 parent c6f22b4 commit e25be77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/ProgrammersManual.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3832,7 +3832,7 @@ Important Subclasses of the ``Instruction`` class
38323832

38333833
* ``BinaryOperator``
38343834

3835-
This subclasses represents all two operand instructions whose operands must be
3835+
This subclass represents all two operand instructions whose operands must be
38363836
the same type, except for the comparison instructions.
38373837

38383838
.. _CastInst:

0 commit comments

Comments
 (0)