Skip to content

Commit fea84a6

Browse files
authored
Remove dangling fenced code block start (#43381)
1 parent d8d2469 commit fea84a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,6 @@ let round1Order = allPlayers |> List.randomShuffle // [ "Charlie"; "Dave"; "Alic
277277

278278
For arrays, there are also `InPlace` variants that shuffle the items in the existing array instead of creating a new one.
279279

280-
```fsharp
281-
282280
#### Choice
283281

284282
The `Choice` functions return a single random element from the given collection. The random choice is weighted evenly on the size of the collection.

0 commit comments

Comments
 (0)