We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466802f commit ddf8f78Copy full SHA for ddf8f78
src/CoreApi/IDagApi.cs
@@ -168,7 +168,7 @@ Task<Cid> PutAsync(
168
/// <returns>
169
/// A task that represents the asynchronous get operation. The task's value
170
/// is a new instance of the <typeparamref name="T"/> class, or null if the returned information
171
- /// could not be parsed as type T..
+ /// could not be parsed as type T.
172
/// </returns>
173
Task<T?> GetAsync<T>(Cid id, CancellationToken cancel = default);
174
}
0 commit comments