Skip to content

Commit dee1058

Browse files
committed
update
1 parent 53f7ef1 commit dee1058

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/core/whats-new/dotnet-9/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ let f = Foo()
130130
f.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

135135
F# now supports empty [computation expressions](../language-reference/computation-expressions.md).
136136

0 commit comments

Comments
 (0)