From 9f8ba36814308b8f76d85ed38fbf2231accdc2ab Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 4 Apr 2023 15:47:53 +0100 Subject: [PATCH] rpc: Be more explicit about what the string error message is for (typo) --- 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 e784dcb91..763c86280 100644 --- a/doc/dev/notes/rpc-meta-draft.md +++ b/doc/dev/notes/rpc-meta-draft.md @@ -306,7 +306,7 @@ The `error` field is itself an object, with the following fields: message : A String providing a short human-readable description of the error. - Clients SHOUDL NOT rely on any aspect of the format of this String, + Clients SHOULD NOT rely on any aspect of the format of this String, or do anything with it besides display it to the end user. (This is generated by `tor_error::Report` or equivalant.)