We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1490e3 commit 0566db0Copy full SHA for 0566db0
src/FSharp.Core/string.fsi
@@ -139,7 +139,7 @@ module String =
139
[<CompiledName("ForAll")>]
140
val forall: predicate: (char -> bool) -> str: string -> bool
141
142
- /// <summary>Builds a new string whose characters are the results of applying the function <c>mapping</c>
+ /// <summary>Builds a new string whose characters are the results of applying the function <c>initializer</c>
143
/// to each index from <c>0</c> to <c>count-1</c> and concatenating the resulting
144
/// strings.</summary>
145
///
0 commit comments