Skip to content

Commit

Permalink
Fix typo in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Nov 3, 2024
1 parent 15893ca commit 9f220cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public ValueTask<IActionResult> Read([FromQuery] bool? fresh, CancellationToken
/// Attempt to perform a server upgrade.
/// </summary>
/// <param name="model">The <see cref="ServerUpdateRequest"/>.</param>
/// <param name="cancellationToken">The <see cref="Cancellati6onToken"/> for the operation.</param>
/// <param name="cancellationToken">The <see cref="CancellationToken"/> for the operation.</param>
/// <returns>A <see cref="ValueTask{TResult}"/> resulting in the <see cref="IActionResult"/> for the operation.</returns>
/// <response code="202">Update has been started successfully.</response>
/// <response code="410">The requested release version could not be found in the target GitHub repository.</response>
Expand Down

0 comments on commit 9f220cc

Please sign in to comment.