Skip to content

Commit ba408d8

Browse files
committed
readme: fix links
1 parent f336f9a commit ba408d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Write **better** and **safer conditions**. Pattern matching lets you express com
4747

4848
## Features
4949

50-
- Pattern-match on **any data structure**: nested [Objects](#objects), [Arrays](#tuples-arrays), [Tuples](#tuples-arrays), [Sets](#sets), [Maps](#maps) and all primitive types.
50+
- Pattern-match on **any data structure**: nested [Objects](#objects), [Arrays](#tuples-arrays), [Tuples](#tuples-arrays), [Sets](#pset-patterns), [Maps](#pmap-patterns) and all primitive types.
5151
- **Typesafe**, with helpful [type inference](#type-inference).
5252
- **Exhaustiveness checking** support, enforcing that you are matching every possible case with [`.exhaustive()`](#exhaustive).
5353
- Use [patterns](#patterns) to **validate** the shape of your data with [`isMatching`](#ismatching).
@@ -109,8 +109,8 @@ Note: TS-Pattern assumes [Strict Mode](https://www.typescriptlang.org/tsconfig#s
109109
- [Wildcards](#wildcards)
110110
- [Objects](#objects)
111111
- [Tuples (arrays)](#tuples-arrays)
112-
- [Sets](#sets)
113-
- [Maps](#maps)
112+
- [Sets](#pset-patterns)
113+
- [Maps](#pmap-patterns)
114114
- [`P.array` patterns](#Parray-patterns)
115115
- [`P.when` patterns](#Pwhen-patterns)
116116
- [`P.not` patterns](#Pnot-patterns)

0 commit comments

Comments
 (0)