From 84df59597db9f6505effb9fd8ba55c19c556e51c Mon Sep 17 00:00:00 2001 From: Doug Van Zee <dmvanzee@gmail.com> Date: Sun, 11 Apr 2021 23:07:03 -0700 Subject: [PATCH] Fixed Typo Missing the word "color". --- itext/itext.layout/itext/layout/borders/GrooveBorder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itext/itext.layout/itext/layout/borders/GrooveBorder.cs b/itext/itext.layout/itext/layout/borders/GrooveBorder.cs index df998a3082..b6718b04d4 100644 --- a/itext/itext.layout/itext/layout/borders/GrooveBorder.cs +++ b/itext/itext.layout/itext/layout/borders/GrooveBorder.cs @@ -83,7 +83,7 @@ public GrooveBorder(DeviceCmyk color, float width) } /// <summary> - /// Creates a GrooveBorder instance with the specified width and the + /// Creates a GrooveBorder instance with the specified width and color. /// <see cref="iText.Kernel.Colors.DeviceGray">gray color</see>. /// </summary> /// <param name="width">width of the border</param>