未验证 提交 6eb981a7 编写于 作者: J Juarez Sampaio 提交者: GitHub

Simple fix code snippet on set.fsi (#13261)

上级 0acf6000
......@@ -71,7 +71,7 @@ type Set<[<EqualityConditionalOn>] 'T when 'T: comparison> =
/// <example id="set-count">
/// <code lang="fsharp">
/// let set = Set.empty.Add(1).Add(1).Add(2)
/// printfn $"The new set is: {set}"
/// printfn $"The set has {set.Count} elements"
/// </code>
/// The sample evaluates to the following output: <c>The set has 3 elements</c>
/// </example>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册