Skip to content

Commit bc43322

Browse files
committed
copilot-instructions: prefer async over task
The former is idiomatic F#, the latter is more for C# interoperability.
1 parent 7f53400 commit bc43322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ We prefer the latest F# 9 features over the old syntax
22

33
Prefer `voption` over `option`
44

5-
Prefer `task` CE over `async` CE
5+
Prefer `async` CE over `task` CE
66

77
This is how you define a non-default F# class constructor:
88
```fsharp

0 commit comments

Comments
 (0)