Skip to content

Commit 9ecbe97

Browse files
committed
markdown lint
1 parent dee1058 commit 9ecbe97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ type MyStructDU =
458458
sizeof<MyStructDU> // 60 bytes
459459
```
460460

461-
462461
### Integral range optimizations
463462

464463
The compiler now generates optimized code for more instances of `start..finish` and `start..step..finish` expressions. Previously, these were only optimized when the type was `int`/`int32` and the step was a constant `1` or `-1`. Other integral types and different step values used an inefficient `IEnumerable`-based implementation. Now, all of these are optimized.
@@ -512,4 +511,4 @@ The debugger visualizer in Visual Studio now works with F# projects.
512511

513512
Previously, no signature help was offered in a situation like the following, where a function in the middle of a pipeline already had a complex curried parameter (for example, a lambda) applied to it. Now, the signature tooltip shows up for the next parameter (`state`):
514513

515-
![tooltip](../media/whats-new/fsharp-9/help.png)
514+
![tooltip](../media/whats-new/fsharp-9/help.png)

0 commit comments

Comments
 (0)