From 1de7508b64e29c2bcad7a393c36cf8390a8c50fe Mon Sep 17 00:00:00 2001 From: lchenut Date: Fri, 2 Sep 2022 20:40:14 +0200 Subject: [PATCH] Fix typos (#761) --- README.md | 2 +- libp2p/dialer.nim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 854a2fdc8..61018ee81 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ nimble install libp2p ``` ## Getting Started -You'll find the documentation [here].(https://status-im.github.io/nim-libp2p/docs/) +You'll find the documentation [here](https://status-im.github.io/nim-libp2p/docs/). **Go Daemon:** Please find the installation and usage intructions in [daemonapi.md](examples/go-daemon/daemonapi.md). diff --git a/libp2p/dialer.nim b/libp2p/dialer.nim index 05438d04b..532ca3617 100644 --- a/libp2p/dialer.nim +++ b/libp2p/dialer.nim @@ -183,7 +183,7 @@ method tryDial*( self: Dialer, peerId: PeerId, addrs: seq[MultiAddress]): Future[MultiAddress] {.async.} = - ## Create a protocol stream and in order to check + ## Create a protocol stream in order to check ## if a connection is possible. ## Doesn't use the Connection Manager to save it. ##