Merge pull request #420 from 6d7a/patch-2

typo(specs): Fix broken link and typo
This commit is contained in:
Marco Munizaga
2022-05-25 09:02:57 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ These are the addresses on which the peer is listening as multi-addresses.
### observedAddr
This is the connection source address of the stream initiating peer as observed by the peer
This is the connection source address of the stream-initiating peer as observed by the peer
being identified; it is a multi-address. The initiator can use this address to infer
the existence of a NAT and its public address.

View File

@@ -143,7 +143,7 @@ definition](#distance)).
Then we loop:
1. > The lookup terminates when the initiator has queried and gotten responses
from the k (see [#replication-parameter-k]) closest nodes it has seen.
from the k (see [replication parameter `k`](#replication-parameter-k)) closest nodes it has seen.
(See Kademlia paper [0].)