diff options
| author | Will Faught <willfaught@users.noreply.github.com> | 2025-09-19 21:59:21 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-09-19 17:06:23 -0700 |
| commit | 7f6ff5ec3edfa1ed82014ad53f6cad3dc023f48e (patch) | |
| tree | bf5b6facb942c01a8f1c05e9384ce99fec88809c /src/cmd | |
| parent | 9693b94be057b58f35bcc4a81c937495b93d588e (diff) | |
| download | go-7f6ff5ec3edfa1ed82014ad53f6cad3dc023f48e.tar.xz | |
cmd/compile: fix doc word
"using" -> "uses"
Change-Id: I2bcefc6128dafd4fd05d7ce291b1afb28465a25c
GitHub-Last-Rev: bf9006eeb65c94a4e492be29f530f511a3d6ffc1
GitHub-Pull-Request: golang/go#75548
Reviewed-on: https://go-review.googlesource.com/c/go/+/705515
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Diffstat (limited to 'src/cmd')
| -rw-r--r-- | src/cmd/compile/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/README.md b/src/cmd/compile/README.md index 79d2336154..1089348030 100644 --- a/src/cmd/compile/README.md +++ b/src/cmd/compile/README.md @@ -57,7 +57,7 @@ terms of these, so the next step after type checking is to convert the syntax and types2 representations to ir and types. This process is referred to as "noding." -Noding using a process called Unified IR, which builds a node representation +Noding uses a process called Unified IR, which builds a node representation using a serialized version of the typechecked code from step 2. Unified IR is also involved in import/export of packages and inlining. |
