Skip to content

Commit fe92e1e

Browse files
authored
Update ecosystem.md
1 parent 86a9d72 commit fe92e1e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

_snippets/ecosystem.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ code: |
3333
let pattern = @"\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,}\b"
3434
for matched in Regex.Matches(input, pattern) do
3535
printfn $"Found email: {matched.Value}" // user1@test.com and user2@domain.org
36-
---
37-
36+
---
3837
## Full access to ecosystems of libraries
3938

4039
F# has full integration with ecosystems of JavaScript and .NET libraries and frameworks.

0 commit comments

Comments
 (0)