diff --git a/itext/itext.layout/itext/layout/borders/RoundDotsBorder.cs b/itext/itext.layout/itext/layout/borders/RoundDotsBorder.cs
index 0e4832e782..8da27b5ed0 100644
--- a/itext/itext.layout/itext/layout/borders/RoundDotsBorder.cs
+++ b/itext/itext.layout/itext/layout/borders/RoundDotsBorder.cs
@@ -35,13 +35,13 @@ public class RoundDotsBorder : Border {
/// The modifier to be applied on the width to have the initial gap size
private const float GAP_MODIFIER = 2.5f;
- /// Creates a RoundDotsBorder with the specified wit?dth and sets the color to black.
+ /// Creates a RoundDotsBorder with the specified width and sets the color to black.
/// width of the border
public RoundDotsBorder(float width)
: base(width) {
}
- /// Creates a RoundDotsBorder with the specified wit?dth and the specified color.
+ /// Creates a RoundDotsBorder with the specified width and the specified color.
/// color of the border
/// width of the border
public RoundDotsBorder(Color color, float width)