mirror of
https://github.com/golang/go.git
synced 2026-02-07 02:09:55 +00:00
cmd/compile: fix doc word
"using" -> "uses"
Change-Id: I2bcefc6128dafd4fd05d7ce291b1afb28465a25c
GitHub-Last-Rev: bf9006eeb6
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>
This commit is contained in:
parent
9693b94be0
commit
7f6ff5ec3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue