Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
brianrourkeboll committed May 15, 2024
1 parent d4802cb commit ba862df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ let m = map { for x in 1..100 -> x, x * x }
> Equivalent to
>
> ```fsharp
> let m = Map.ofSeq {1..100}
> let m = Map.ofSeq (seq { for x in 1..100 -> x, x * x })
> ```
>
> or
Expand Down

0 comments on commit ba862df

Please sign in to comment.