Skip to content

Commit 4ca7048

Browse files
committed
Fix README typo
Signed-off-by: Maxime Soulé <[email protected]>
1 parent 5e8ba72 commit 4ca7048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Extremely flexible golang deep comparison, extends the go testing package.
2525
operators (and their friends
2626
[`CmpNaN`](https://godoc.org/github.com/maxatome/go-testdeep#CmpNaN),
2727
[`CmpNotNaN`](https://godoc.org/github.com/maxatome/go-testdeep#CmpNotNaN),
28-
[`T.CmpNaN`](https://godoc.org/github.com/maxatome/go-testdeep#T.CmpNaN)
28+
[`T.NaN`](https://godoc.org/github.com/maxatome/go-testdeep#T.NaN)
2929
&
30-
[`T.CmpNotNaN`](https://godoc.org/github.com/maxatome/go-testdeep#T.CmpNotNaN));
30+
[`T.NotNaN`](https://godoc.org/github.com/maxatome/go-testdeep#T.NotNaN));
3131
- 2018/06/24: [`Contains`](https://godoc.org/github.com/maxatome/go-testdeep#Contains)
3232
(and its friends
3333
[`CmpContains`](https://godoc.org/github.com/maxatome/go-testdeep#CmpContains)

0 commit comments

Comments
 (0)