From 87bcd683c8124e0951c82da3c2cb9a0c9785a627 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Mon, 10 Dec 2018 18:30:25 +0000 Subject: [PATCH] fix: another typo License: MIT Signed-off-by: Alan Shaw --- SPEC/DHT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC/DHT.md b/SPEC/DHT.md index c6b48e2b..606d8d21 100644 --- a/SPEC/DHT.md +++ b/SPEC/DHT.md @@ -7,7 +7,7 @@ * [dht.put](#dhtput) * [dht.query](#dhtquery) -#### `dht.findpeer` +#### `dht.findPeer` > Retrieve the Peer Info of a reachable node in the network.