From 1ef26c9f538103c2f73705d466ec41aa1103739e Mon Sep 17 00:00:00 2001 From: Mike Ottum Date: Wed, 12 May 2021 17:42:19 -0700 Subject: [PATCH] Correct typo in `Polygon.txt` The union operator should be `|` rather than `\|`. --- doc/Polygon.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Polygon.txt b/doc/Polygon.txt index f4af546..9b5d9d3 100644 --- a/doc/Polygon.txt +++ b/doc/Polygon.txt @@ -132,7 +132,7 @@ Operations on Polygon Objects :p & q: intersection: a polygon with the area that is covered by both p and q -:p \| q: +:p | q: union: a polygon containing the area that is covered by p or q or both :p - q: difference: a polygon with the area of p that is not covered by q @@ -778,4 +778,4 @@ Get information on a gpc/gpf file. - withHoles: file contains hole-flags .. footer:: - ###Page### \ No newline at end of file + ###Page###