rpc: Right at top, say I-JSON

Prompted by
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1078#note_2889612
This commit is contained in:
Ian Jackson 2023-04-03 17:44:40 +01:00
parent 6fad573921
commit b0a8b272f5
1 changed files with 1 additions and 1 deletions

View File

@ -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