From 8bfbac5943fd1f0a5eb70bb5a63275afbc86cbf8 Mon Sep 17 00:00:00 2001 From: Bert Verhelst Date: Sun, 28 Jul 2024 22:36:35 +0200 Subject: [PATCH] fix readme contain relationship shape a vs b --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aedde82..fa446d7f 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ console.log(p) // true / false * `equal` - shapes a and b are topologically equal * `touch` - shapes a and b have at least one point in common but their interiors not intersect * `inside` - shape a lies in the interior of shape b -* `contain` - shape b lies in the interior of shape b +* `contain` - shape b lies in the interior of shape a * `covered` - every point of a lies or in the interior or on the boundary of shape b * `covered` - every point of b lies or in the interior or on the boundary of shape a