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:
Joe Tsai 2020-02-14 11:18:36 -08:00 committed by Joe Tsai
parent d7b9f5c093
commit 6320bdfa7e

View File

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