Skip to content

Commit fe5c24e

Browse files
isanbardtstellar
authored andcommitted
[docs] Fix typo in tutorial
Use "operands" instead of "operators" Closes #54397 (cherry picked from commit 114a890)
1 parent 99c0f85 commit fe5c24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ suffix. Local value names for instructions are purely optional, but it
197197
makes it much easier to read the IR dumps.
198198

199199
`LLVM instructions <../../LangRef.html#instruction-reference>`_ are constrained by strict
200-
rules: for example, the Left and Right operators of an `add
200+
rules: for example, the Left and Right operands of an `add
201201
instruction <../../LangRef.html#add-instruction>`_ must have the same type, and the
202202
result type of the add must match the operand types. Because all values
203203
in Kaleidoscope are doubles, this makes for very simple code for add,

0 commit comments

Comments
 (0)