We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81937a commit b483958Copy full SHA for b483958
src/docs/asciidoc/pattern_matching.adoc
@@ -197,7 +197,7 @@ Match(_try).of(
197
198
Here the root patterns are Success and Failure. They are decomposed to Tuple2 and Error, having the correct generic types.
199
200
-⚡ 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.
201
202
===== User-Defined Patterns
203
0 commit comments