We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa36f50 commit a3b70c2Copy full SHA for a3b70c2
src/CoreApi/DagResolveOutput.cs
@@ -3,7 +3,7 @@
3
/// <summary>
4
/// The result of a DAG resolve operation.
5
/// </summary>
6
- /// <param name="Id">The cid of the resolved dag path.</param>
+ /// <param name="Cid">The cid of the resolved dag path.</param>
7
/// <param name="RemPath">Unknown usage. See <see href="https://github.com/ipfs/kubo/blob/f5b855550ca73acf5dd3a2001e2a7192cab7c249/core/commands/dag/dag.go#L54"/></param>
8
- public record DagResolveOutput(DagCid Id, string RemPath);
+ public record DagResolveOutput(DagCid Cid, string RemPath);
9
}
0 commit comments