Skip to content

Commit 6892fe0

Browse files
authored
Update fsharp-6.md (#27435)
1 parent e801280 commit 6892fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fsharp/whats-new/fsharp-6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ let purchaseOrder = XElement.Load("PurchaseOrder.xml")
280280
let partNos = purchaseOrder.Descendants("Item")
281281
```
282282

283-
You may optionally enable the warning `/warnon:3395` to show a warning at every point implicit numeric widening is used, as described in [Optional warnings for implicit conversions](#optional-warnings-for-implicit-conversions).
283+
You may optionally enable the warning `/warnon:3395` to show a warning at every point `op_Implicit` conversions widening is used at method arguments, as described in [Optional warnings for implicit conversions](#optional-warnings-for-implicit-conversions).
284284

285285
> [!NOTE]
286286
> In the first release of F# 6, this warning number was `/warnon:3390`. Due to a conflict, the warning number was later updated to `/warnon:3395`.

0 commit comments

Comments
 (0)