Skip to content

Commit 8c6bb57

Browse files
authored
Merge pull request #579 from attilaantal/patch-1
fix typo in the class name
2 parents d9d58b7 + d0bc487 commit 8c6bb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/radpdfprocessing/concepts/clipping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The __Clipping__ element exposes a single property.
2222
* __Clip__: Property of type __GeometryBase__ representing the [Geometry]({%slug radpdfprocessing-concepts-geometry%}) that is used to clip the content element.
2323

2424

25-
__Example 1__ demonstrates how you can create a Clipping element and assign a __RectangeGeometry__ to its Clip property.
25+
__Example 1__ demonstrates how you can create a Clipping element and assign a __RectangleGeometry__ to its Clip property.
2626

2727

2828
#### __[C#] Example 1: Create clipping__

0 commit comments

Comments
 (0)