We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9693b94 commit 7f6ff5eCopy full SHA for 7f6ff5e
src/cmd/compile/README.md
@@ -57,7 +57,7 @@ terms of these, so the next step after type checking is to convert the syntax
57
and types2 representations to ir and types. This process is referred to as
58
"noding."
59
60
-Noding using a process called Unified IR, which builds a node representation
+Noding uses a process called Unified IR, which builds a node representation
61
using a serialized version of the typechecked code from step 2.
62
Unified IR is also involved in import/export of packages and inlining.
63
0 commit comments