summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Betz <joebetz91@gmail.com>2024-03-02 04:59:03 +0100
committerGitHub <noreply@github.com>2024-03-02 03:59:03 +0000
commitb7d6220dcd6f3ed84a27a681f345e4c6ffd9feef (patch)
treecd96ef5d5bc9170ca315b00089032f2d99b70211
parentb409070e3c9315cd3026ca4bc7720e0cfbfb36ab (diff)
Fix typo in json-rpc docs (#1139)
-rw-r--r--doc/reference/std/net/json-rpc.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/std/net/json-rpc.md b/doc/reference/std/net/json-rpc.md
index d17f52eb..25481670 100644
--- a/doc/reference/std/net/json-rpc.md
+++ b/doc/reference/std/net/json-rpc.md
@@ -42,7 +42,7 @@ though `GET` is supported for debugging purposes mainly),
and the `auth`, `headers`, `cookies` and `ssl-context` are passed to the
[HTTP client interface](request).
The provided `log` function is called, if any, with some JSON information about the request.
-The JSON returned by the server is transformed by `param-encoder`.
+The JSON returned by the server is transformed by `result-decoder`.
A variety of HTTP or JSON-RPC errors can be raised during the query
that you may or may not want to report, log or inspect, but otherwise