From a42fc756518423632795ead99b6bb90ec895bbd7 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Fri, 19 Feb 2016 11:45:52 -0500 Subject: [PATCH] Update string following https://github.com/ipfs/go-ipfs/pull/2372 --- apiary.apib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiary.apib b/apiary.apib index 541dff7..6cbb9ae 100644 --- a/apiary.apib +++ b/apiary.apib @@ -2946,7 +2946,7 @@ it returns no extra information in the ndjson response. ``` ## query [GET /dht/query{?arg}{&verbose}] -Run a `findClosestPeers` query through the DHT +Find the closest peers to a given key by querying through the DHT. #### Bugs