Skip to content

Commit d6e2626

Browse files
authored
Update pattern-matching-destructuring.mdx
1 parent e27f46a commit d6e2626

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

markdown-pages/docs/manual/pattern-matching-destructuring.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ order: 16
88

99
# Pattern Matching / Destructuring
1010

11-
One of ReScript's **best** feature is our pattern matching. Pattern matching combines 3 brilliant features into one:
11+
One of ReScript's **best** features is our pattern matching. Pattern matching combines 3 brilliant features into one:
1212

1313
- Destructuring.
1414
- `switch` based on shape of data.

0 commit comments

Comments
 (0)