From f06c0065877af2df29d72fefd896e7dc5fea710b Mon Sep 17 00:00:00 2001 From: Future-Outlier Date: Thu, 1 Aug 2024 07:11:42 +0800 Subject: [PATCH] Use json byte string -> Use byte string' Signed-off-by: Future-Outlier --- rfc/system/5606-json-idl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfc/system/5606-json-idl.md b/rfc/system/5606-json-idl.md index 91a43e481f..326985b023 100644 --- a/rfc/system/5606-json-idl.md +++ b/rfc/system/5606-json-idl.md @@ -9,7 +9,7 @@ ## 1 Executive Summary -Use json byte string in protobuf instead of json string to fix int is not supported in protobuf struct. +Use byte string in protobuf instead of json string to fix int is not supported in protobuf struct. ## 2 Motivation