go.tools/go/types: adjust comments for godoc

R=adonovan
CC=golang-codereviews
https://golang.org/cl/38560045
This commit is contained in:
Robert Griesemer 2014-01-07 10:03:15 -08:00
parent 26542a8bc5
commit b6eef48120
3 changed files with 21 additions and 22 deletions

View File

@ -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)
// //