commit | ebbb4bb1f599ec9112b7cd7171d63f8796859568 | [log] [tgz] |
---|---|---|
author | Joe Tsai <joetsai@digital-static.net> | Mon Apr 01 11:02:32 2019 -0700 |
committer | Joe Tsai <thebrokentoaster@gmail.com> | Mon Apr 01 18:33:53 2019 +0000 |
tree | 13a79662998248f489c90ed0573d4643be08e545 | |
parent | e1e34939bfcd9776359234603035a5b447ee352d [diff] [blame] |
runtime/protoiface: doc cleanup Change-Id: I6503053ed4c39c791bd9118ceacdbdde2006eb2b Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/170337 Reviewed-by: Herbie Ong <herbie@google.com>
diff --git a/runtime/protoiface/legacy.go b/runtime/protoiface/legacy.go index f153bcf..f97bf03 100644 --- a/runtime/protoiface/legacy.go +++ b/runtime/protoiface/legacy.go
@@ -51,7 +51,7 @@ // 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. //