Skip to content

Commit 7f2499f

Browse files
Add missing comma to string doc comment
1 parent c5f5e5d commit 7f2499f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharp.Core/prim-types.fsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4784,7 +4784,7 @@ namespace Microsoft.FSharp.Core
47844784

47854785
/// <summary>Converts the argument to a string using <c>ToString</c>.</summary>
47864786
///
4787-
/// <remarks>For standard integer and floating point values and any type that implements <c>IFormattable</c>
4787+
/// <remarks>For standard integer and floating point values and any type that implements <c>IFormattable</c>,
47884788
/// <c>ToString</c> conversion uses <c>CultureInfo.InvariantCulture</c>. </remarks>
47894789
/// <param name="value">The input value.</param>
47904790
///

0 commit comments

Comments
 (0)