@@ -50,8 +50,8 @@ namespace Microsoft.FSharp.Control
5050/// <param name="computation">The computation to run.</param>
5151/// <param name="timeout">The amount of time in milliseconds to wait for the result of the
5252/// computation before raising a <c>System.TimeoutException</c>. If no value is provided
53- /// for timeout then a default of -1 is used to correspond to System.Threading.Timeout.Infinite.</param>
54- //// If a cancellable cancellationToken is provided, timeout parameter will be ignored</param>
53+ /// for timeout then a default of -1 is used to correspond to System.Threading.Timeout.Infinite.
54+ /// If a cancellable cancellationToken is provided, timeout parameter will be ignored</param>
5555/// <param name="cancellationToken">The cancellation token to be associated with the computation.
5656/// If one is not supplied, the default cancellation token is used.</param>
5757/// <returns>The result of the computation.</returns>