From 73cae40a9031b31188b6ec9c8df61e7cfa762ca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Wed, 28 Jul 2021 23:37:23 +0200 Subject: [PATCH] Fix WithinULP matcher factory name in docs --- docs/matchers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/matchers.md b/docs/matchers.md index 536d1f81..6ee0c31f 100644 --- a/docs/matchers.md +++ b/docs/matchers.md @@ -145,7 +145,7 @@ Catch2 provides 3 matchers that target floating point numbers. These are: * `WithinAbs(double target, double margin)`, -* `WithinUlps(FloatingPoint target, uint64_t maxUlpDiff)`, and +* `WithinULP(FloatingPoint target, uint64_t maxUlpDiff)`, and * `WithinRel(FloatingPoint target, FloatingPoint eps)`. > `WithinRel` matcher was introduced in Catch2 2.10.0