Skip to content

Commit ddf8f78

Browse files
committed
Fix text
1 parent 466802f commit ddf8f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CoreApi/IDagApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Task<Cid> PutAsync(
168168
/// <returns>
169169
/// A task that represents the asynchronous get operation. The task's value
170170
/// is a new instance of the <typeparamref name="T"/> class, or null if the returned information
171-
/// could not be parsed as type T..
171+
/// could not be parsed as type T.
172172
/// </returns>
173173
Task<T?> GetAsync<T>(Cid id, CancellationToken cancel = default);
174174
}

0 commit comments

Comments
 (0)