Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/docs/asciidoc/pattern_matching.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Match(_try).of(

Here the root patterns are Success and Failure. They are decomposed to Tuple2 and Error, having the correct generic types.

⚡ Deeply nested types are inferred according to the Match argument and __not__according to the matched patterns.
⚡ Deeply nested types are inferred according to the Match argument and __not__ according to the matched patterns.

===== User-Defined Patterns

Expand Down