Skip to content

Commit b483958

Browse files
BenjaminHerbertdanieldietrich
authored andcommitted
Add missing space (#36)
1 parent e81937a commit b483958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/pattern_matching.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Match(_try).of(
197197

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

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

202202
===== User-Defined Patterns
203203

0 commit comments

Comments
 (0)