Skip to content

Commit de592f6

Browse files
docs: improve
1 parent 7bff3d0 commit de592f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CoreApi/GenericApi.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public partial class IpfsClient : IGenericApi
2020
return DoCommandAsync<Peer>("id", cancel, peer?.ToString());
2121
}
2222

23+
/// <inheritdoc />
2324
public async Task<string> ResolveAsync(string name, bool recursive = false, CancellationToken cancel = default(CancellationToken))
2425
{
2526
var json = await DoCommandAsync("resolve", cancel,

0 commit comments

Comments
 (0)