Skip to content

Commit 7f6ff5e

Browse files
willfaughtgopherbot
authored andcommitted
cmd/compile: fix doc word
"using" -> "uses" Change-Id: I2bcefc6128dafd4fd05d7ce291b1afb28465a25c GitHub-Last-Rev: bf9006e GitHub-Pull-Request: #75548 Reviewed-on: https://go-review.googlesource.com/c/go/+/705515 Reviewed-by: Keith Randall <[email protected]> Auto-Submit: Keith Randall <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Reviewed-by: Keith Randall <[email protected]>
1 parent 9693b94 commit 7f6ff5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/compile/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ terms of these, so the next step after type checking is to convert the syntax
5757
and types2 representations to ir and types. This process is referred to as
5858
"noding."
5959

60-
Noding using a process called Unified IR, which builds a node representation
60+
Noding uses a process called Unified IR, which builds a node representation
6161
using a serialized version of the typechecked code from step 2.
6262
Unified IR is also involved in import/export of packages and inlining.
6363

0 commit comments

Comments
 (0)