We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5eb7ec + a5f0cfb commit d25ca33Copy full SHA for d25ca33
compiler/sources.go
@@ -34,7 +34,7 @@ func (s sources) Sort() sources {
34
return s
35
}
36
37
-// Simplify returns a new sources instance with each Files entry processed by
+// Simplified returns a new sources instance with each Files entry processed by
38
// astrewrite.Simplify.
39
func (s sources) Simplified(typesInfo *types.Info) sources {
40
simplified := sources{
0 commit comments