Skip to content

Commit f3bc852

Browse files
committed
indent json spec docs
1 parent f83e561 commit f3bc852

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -599,9 +599,9 @@ class CustomTransport
599599
# Sends a JSON-RPC request to the server and returns the raw response
600600
#
601601
# @param request [Hash] A complete JSON-RPC request object.
602-
# https://www.jsonrpc.org/specification#request_object
603-
# @return [Hash] A hash modeling a JSON-RPC response object:
604-
# https://www.jsonrpc.org/specification#response_object
602+
# https://www.jsonrpc.org/specification#request_object
603+
# @return [Hash] A hash modeling a JSON-RPC response object.
604+
# https://www.jsonrpc.org/specification#response_object
605605
def send_request(request:)
606606
# Your transport-specific logic here
607607
# - HTTP: POST to endpoint with JSON body

0 commit comments

Comments
 (0)