Skip to content

Commit c294421

Browse files
byyuejulienrf
andauthored
Make the description clearer
Co-authored-by: Julien Richard-Foy <julien@richard-foy.fr>
1 parent 4c61807 commit c294421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tour/regular-expression-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ key: height value: 108px
5959
key: width value: 100
6060
```
6161

62-
Moreover, you can combine Pattern Matching and Regular Expression Patterns:
62+
Moreover, regular expressions can be used as patterns (in `match` expressions) to conveniently extract the matched groups:
6363

6464
```scala mdoc
6565
def saveContactInfomation(contact: String): Unit = {

0 commit comments

Comments
 (0)