Skip to content

Commit b8ce509

Browse files
committed
Merge remote-tracking branch 'origin/main' into bhamehta/per-ep-progress-v2
# Conflicts: # sdk/cs/src/ICatalog.cs
2 parents 7b1ae67 + a742610 commit b8ce509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/cs/src/ICatalog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public interface ICatalog
5858
/// This is used to check if a newer version of a model is available in the catalog for download.
5959
/// </summary>
6060
/// <param name="model">The model to check for the latest version.</param>
61-
/// <param name="ct">Optional cancellation token.</param>
61+
/// <param name="ct">Optional CancellationToken.</param>
6262
/// <returns>The latest version of the model. Will match the input if it is the latest version.</returns>
6363
Task<IModel> GetLatestVersionAsync(IModel model, CancellationToken? ct = null);
6464
}

0 commit comments

Comments
 (0)