Skip to content

Commit 651d951

Browse files
mdempskygopherbot
authored andcommitted
go/ssa: fix typo in package docs
In go.dev/cl/457436, a new MultiConvert instruction was added, but it was documented in the package docs as GenericConvert (the name originally used in the CL). Change-Id: I576184b599431163818b5cb6acc55b2773ac9997 Reviewed-on: https://go-review.googlesource.com/c/tools/+/495263 Run-TryBot: Matthew Dempsky <mdempsky@google.com> Auto-Submit: Matthew Dempsky <mdempsky@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Alan Donovan <adonovan@google.com> gopls-CI: kokoro <noreply+kokoro@google.com>
1 parent 743372f commit 651d951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ssa/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
// *FieldAddr ✔ ✔
6767
// *FreeVar ✔
6868
// *Function ✔ ✔ (func)
69-
// *GenericConvert ✔ ✔
7069
// *Global ✔ ✔ (var)
7170
// *Go ✔
7271
// *If ✔
@@ -80,6 +79,7 @@
8079
// *MakeMap ✔ ✔
8180
// *MakeSlice ✔ ✔
8281
// *MapUpdate ✔
82+
// *MultiConvert ✔ ✔
8383
// *NamedConst ✔ (const)
8484
// *Next ✔ ✔
8585
// *Panic ✔

0 commit comments

Comments
 (0)