In the documentation of the class Reflection, there seems to be a mistake in the documentation on the usage of the Get*() and GetRepeated*() api's. It is mentioned that the Get*() is called on a repeated field, but shouldn't it be non-repeated?
Documentation: https://developers.google.com/protocol-buffers/docs/reference/cpp/google.protobuf.message#Reflection - A Get*() or Set*() method for singular fields is called on a repeated field. - GetRepeated*(), SetRepeated*(), or Add*() is called on a non-repeated field. -Prakash -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
