File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ F# 9 ships with the .NET 9 SDK and includes the following new features:
9898- Discriminated union .Is* properties
9999- Partial active patterns can return bool instead of unit option
100100- Prefer extension methods to intrinsic properties when arguments are provided
101- - Support for empty -bodied computation expressions
101+ - Empty -bodied computation expressions
102102- Hash directives are allowed to take non-string arguments
103103- Extended #help directive in fsi to show documentation in the REPL
104104- Allow #nowarn to support the FS prefix on error codes to disable warnings
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ let f = Foo()
130130f.X(1) // We can now call the extension method to set the property and chain further calls
131131```
132132
133- ## Support for empty -bodied computation expressions
133+ ## Empty -bodied computation expressions
134134
135135F# now supports empty [ computation expressions] ( ../language-reference/computation-expressions.md ) .
136136
You can’t perform that action at this time.
0 commit comments