Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4604d95

Browse files
committed
fix one broken xml doc
1 parentcb9e692 commit4604d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/fsharp/FSharp.Core/control.fsi‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp