From 0c073d3bd5df94dc70a98f4150558ba1e0dcabf3 Mon Sep 17 00:00:00 2001 From: Daniel Milde Date: Fri, 12 Sep 2025 14:46:36 +0200 Subject: [PATCH] fix: numbers in example --- content/programming-guides/encoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/programming-guides/encoding.md b/content/programming-guides/encoding.md index bcd4db81..b0991900 100644 --- a/content/programming-guides/encoding.md +++ b/content/programming-guides/encoding.md @@ -323,7 +323,7 @@ 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`, this *could* be encoded as `` `3206038e029ea705` ``, or written out as Protoscope, ```proto