Update dagger/rest/api.nim

Co-authored-by: Michael Bradley <michaelsbradleyjr@gmail.com>
This commit is contained in:
Dmitriy Ryajov 2022-01-10 14:33:20 -06:00 committed by GitHub
parent d7fca0bdbe
commit 14dddb4899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ proc initRestApi*(node: DaggerNodeRef): RestRouter =
## ##
## If `addrs` param is supplied, it will be used to ## If `addrs` param is supplied, it will be used to
## dial the peer, otherwise the `peerId` is used ## dial the peer, otherwise the `peerId` is used
## to invoke peer discovery, if it successedes ## to invoke peer discovery, if it succeeds
## the returned addresses will be used to dial ## the returned addresses will be used to dial
## ##