Fix typo in LangImpl03.rst (#127389)

This commit is contained in:
Dinu Blanovschi
2025-02-17 13:11:36 +01:00
committed by GitHub
parent 4c4fc4650f
commit 9c9157b256

View File

@@ -313,7 +313,7 @@ in "``TheModule``"s symbol table.
Finally, we set the name of each of the function's arguments according to the Finally, we set the name of each of the function's arguments according to the
names given in the Prototype. This step isn't strictly necessary, but keeping names given in the Prototype. This step isn't strictly necessary, but keeping
the names consistent makes the IR more readable, and allows subsequent code to the names consistent makes the IR more readable, and allows subsequent code to
refer directly to the arguments for their names, rather than having to look up refer directly to the arguments for their names, rather than having to look
them up in the Prototype AST. them up in the Prototype AST.
At this point we have a function prototype with no body. This is how LLVM IR At this point we have a function prototype with no body. This is how LLVM IR