Skip to content

Commit 7a29b05

Browse files
committed
up
1 parent f8526d6 commit 7a29b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fsharp/language-reference/active-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let (|identifier|) [arguments] valueToMatch = expression
1818
let (|identifier1|identifier2|...|) valueToMatch = expression
1919
2020
// Partial active pattern definition.
21-
// Can use either FSharp.Core.option<_> or bool to represent if the type is satisfied at the call site.
21+
// Can use FSharp.Core.option<_>, FSharp.Core.voption<_> or bool to represent if the type is satisfied at the call site.
2222
let (|identifier|_|) [arguments] valueToMatch = expression
2323
```
2424

0 commit comments

Comments
 (0)