Skip to content

Commit

Permalink
Merge pull request #524 from Saismirk/master
Browse files Browse the repository at this point in the history
Fixed typo in TimeoutWithoutException summary.
  • Loading branch information
neuecc authored Jan 12, 2024
2 parents 5cc97c7 + d60f647 commit beb10ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ public static async UniTask<T> Timeout<T>(this UniTask<T> task, TimeSpan timeout
}

/// <summary>
/// Timeout with suppress OperationCanceledException. Returns (bool, IsCacneled).
/// Timeout with suppress OperationCanceledException. Returns (bool, IsCanceled).
/// </summary>
public static async UniTask<bool> TimeoutWithoutException(this UniTask task, TimeSpan timeout, DelayType delayType = DelayType.DeltaTime, PlayerLoopTiming timeoutCheckTiming = PlayerLoopTiming.Update, CancellationTokenSource taskCancellationTokenSource = null)
{
Expand Down

0 comments on commit beb10ab

Please sign in to comment.