Update fsharp-9.md minor formatting issue (#43361)
This commit is contained in:
Родитель
8732ae96ac
Коммит
8e6c24dc09
|
@ -120,9 +120,9 @@ Example:
|
|||
type Foo() =
|
||||
member val X : int = 0 with get, set
|
||||
|
||||
[<Extension>]
|
||||
[<Extension>]
|
||||
type FooExt =
|
||||
[<Extension>]
|
||||
[<Extension>]
|
||||
static member X (f: Foo, i: int) = f.X <- i; f
|
||||
|
||||
let f = Foo()
|
||||
|
|
Загрузка…
Ссылка в новой задаче