runtime/protoiface: doc cleanup

Change-Id: I6503053ed4c39c791bd9118ceacdbdde2006eb2b
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/170337
Reviewed-by: Herbie Ong <herbie@google.com>
This commit is contained in:
Joe Tsai 2019-04-01 11:02:32 -07:00 committed by Joe Tsai
parent e1e34939bf
commit ebbb4bb1f5

View File

@ -51,7 +51,7 @@ type ExtensionDescV1 struct {
// Field is the field number of the extension.
//
// Deprecated: Use Type.Number instead.
Field int32 // field number
Field int32
// Name is the fully qualified name of extension.
//