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 <[email protected]> Auto-Submit: Matthew Dempsky <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Alan Donovan <[email protected]> gopls-CI: kokoro <[email protected]>
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

+1-1
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)