From b0a8b272f57134f67abf1dee632a32827da746e5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 3 Apr 2023 17:44:40 +0100 Subject: [PATCH] rpc: Right at top, say I-JSON Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1078#note_2889612 --- doc/dev/notes/rpc-meta-draft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/notes/rpc-meta-draft.md b/doc/dev/notes/rpc-meta-draft.md index 3efbe9457..21a1777ec 100644 --- a/doc/dev/notes/rpc-meta-draft.md +++ b/doc/dev/notes/rpc-meta-draft.md @@ -15,7 +15,7 @@ for both local and out-of-process use. This document will begin by focusing on the _semantics_ of our RPC system -using an abstract stream of JSON objects. +using an abstract stream of I-JSON objects. Once those are defined, we'll discuss a particular instantiation of the system