go.tools/go/types: adjust comments for godoc
R=adonovan CC=golang-codereviews https://golang.org/cl/38560045
This commit is contained in:
parent
26542a8bc5
commit
b6eef48120
|
|
@ -16,7 +16,6 @@ import (
|
||||||
//
|
//
|
||||||
// - byte and rune lose their alias name and simply stand for
|
// - byte and rune lose their alias name and simply stand for
|
||||||
// uint8 and int32 respectively
|
// uint8 and int32 respectively
|
||||||
//
|
|
||||||
// - embedded interfaces get flattened (the embedding info is lost,
|
// - embedded interfaces get flattened (the embedding info is lost,
|
||||||
// and certain recursive interface types cannot be printed anymore)
|
// and certain recursive interface types cannot be printed anymore)
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue