mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-03-08 19:14:05 +00:00
types/dynamicpb: minor doc change
Change-Id: I13439b810e18142d85f4466be006d3abf3a66c30 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/219502 Reviewed-by: Damien Neil <dneil@google.com>
This commit is contained in:
parent
d7b9f5c093
commit
6320bdfa7e
@ -100,7 +100,7 @@ func (m *Message) Range(f func(pref.FieldDescriptor, pref.Value) bool) {
|
||||
}
|
||||
}
|
||||
|
||||
// Range reports whether a field is populated.
|
||||
// Has reports whether a field is populated.
|
||||
// See protoreflect.Message for details.
|
||||
func (m *Message) Has(fd pref.FieldDescriptor) bool {
|
||||
m.checkField(fd)
|
||||
|
Loading…
x
Reference in New Issue
Block a user