aboutsummaryrefslogtreecommitdiff
path: root/reflect/protopath/path.go
diff options
context:
space:
mode:
Diffstat (limited to 'reflect/protopath/path.go')
-rw-r--r--reflect/protopath/path.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/reflect/protopath/path.go b/reflect/protopath/path.go
index 07f839d7..91562a82 100644
--- a/reflect/protopath/path.go
+++ b/reflect/protopath/path.go
@@ -99,6 +99,7 @@ func (p Values) Index(i int) (out struct {
// Do not depend on the output being stable.
//
// For example:
+//
// (path.to.MyMessage).list_field[5].map_field["hello"] = {hello: "world"}
func (p Values) String() string {
n := p.Len()