From 9364a2c01db55a3050815efe6def8d2bff2c77f4 Mon Sep 17 00:00:00 2001 From: Jesse Frush Date: Sun, 4 Jan 2026 18:53:52 -0800 Subject: [PATCH] Update encoding.md with clarified Test4 message examples Clarified encoding examples for Test4 message in documentation. --- content/programming-guides/encoding.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/programming-guides/encoding.md b/content/programming-guides/encoding.md index bcd4db81..d0c1dba5 100644 --- a/content/programming-guides/encoding.md +++ b/content/programming-guides/encoding.md @@ -323,7 +323,8 @@ message Test4 { ``` and we construct a `Test4` message with `d` set to `"hello"`, and `e` set to -`1`, `2`, and `3`, this *could* be encoded as `` `3206038e029ea705` ``, or +`3`, `270`, and `86942` (varints of byte length `1`, `2`, and `3`, respectively) +this *could* be encoded as `` `220568656c6c6f3206038e029ea705` ``, or written out as Protoscope, ```proto