summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text/internal/catmsg/catmsg.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/text/internal/catmsg/catmsg.go')
-rw-r--r--vendor/golang.org/x/text/internal/catmsg/catmsg.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/text/internal/catmsg/catmsg.go b/vendor/golang.org/x/text/internal/catmsg/catmsg.go
index 74c039f05..f8abf3704 100644
--- a/vendor/golang.org/x/text/internal/catmsg/catmsg.go
+++ b/vendor/golang.org/x/text/internal/catmsg/catmsg.go
@@ -294,7 +294,7 @@ func (r Raw) Compile(e *Encoder) (err error) {
// d.Arg(1)
// d.Render(resultOfInvites)
// d.Render(" %[2]v to ")
-// d.Arg(1)
+// d.Arg(2)
// d.Render(resultOfTheir)
// d.Render(" party.")
// where the messages for "invites" and "their" both use a plural.Select