From bee9998e91164ae77bfd8afdd9c4d50bb3d130ff Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 24 Nov 2020 12:27:40 -0800 Subject: [PATCH] tiny doc fix --- docs/src/developing/clients/jsonrpc-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing/clients/jsonrpc-api.md b/docs/src/developing/clients/jsonrpc-api.md index 954964ed61..19f308202a 100644 --- a/docs/src/developing/clients/jsonrpc-api.md +++ b/docs/src/developing/clients/jsonrpc-api.md @@ -1507,7 +1507,7 @@ Returns the leader schedule for an epoch - `` - if requested epoch is not found - `` - otherwise, the result field will be a dictionary of leader public keys \(as base-58 encoded strings\) and their corresponding leader slot indices as values - (indices are to the first slot in the requested epoch) + (indices are relative to the first slot in the requested epoch) #### Example: