Skip to content

Commit 8e6c24d

Browse files
authored
Update fsharp-9.md minor formatting issue (#43361)
1 parent 8732ae9 commit 8e6c24d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ Example:
120120
type Foo() =
121121
member val X : int = 0 with get, set
122122
123-
[&ltExtension>]
123+
[<Extension>]
124124
type FooExt =
125-
[&ltExtension>]
125+
[<Extension>]
126126
static member X (f: Foo, i: int) = f.X <- i; f
127127
128128
let f = Foo()

0 commit comments

Comments
 (0)