From d0bc48745988ec47bc6a994ade83fdc2b6e90ff3 Mon Sep 17 00:00:00 2001 From: Attila Antal <32565942+attilaantal@users.noreply.github.com> Date: Tue, 1 Jul 2025 13:58:47 +0300 Subject: [PATCH] fix typo in the class name --- libraries/radpdfprocessing/concepts/clipping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/radpdfprocessing/concepts/clipping.md b/libraries/radpdfprocessing/concepts/clipping.md index 0df88958..a8690969 100644 --- a/libraries/radpdfprocessing/concepts/clipping.md +++ b/libraries/radpdfprocessing/concepts/clipping.md @@ -22,7 +22,7 @@ The __Clipping__ element exposes a single property. * __Clip__: Property of type __GeometryBase__ representing the [Geometry]({%slug radpdfprocessing-concepts-geometry%}) that is used to clip the content element. -__Example 1__ demonstrates how you can create a Clipping element and assign a __RectangeGeometry__ to its Clip property. +__Example 1__ demonstrates how you can create a Clipping element and assign a __RectangleGeometry__ to its Clip property. #### __[C#] Example 1: Create clipping__