From bfba7a1e077239f2a6c41a16857322544c26a4ac Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 23 Nov 2020 15:58:00 +0100 Subject: [PATCH] Doc: Fix commas Change-Id: I55f18d0cabc35c345bc382118d4fc59cf69813bc Reviewed-by: Nico Vertriest --- .../components/qqs-components-border.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/qtdesignstudio/src/qtquickdesigner-components/components/qqs-components-border.qdoc b/doc/qtdesignstudio/src/qtquickdesigner-components/components/qqs-components-border.qdoc index a49d4533c9c..93ce98cb5ad 100644 --- a/doc/qtdesignstudio/src/qtquickdesigner-components/components/qqs-components-border.qdoc +++ b/doc/qtdesignstudio/src/qtquickdesigner-components/components/qqs-components-border.qdoc @@ -30,7 +30,7 @@ \inherits ShapePath \ingroup qtquickstudio-components - \brief A border drawn in four segments: left, top right, and bottom. + \brief A border drawn in four segments: left, top, right, and bottom. The Border type is used to create borders out of four segments: left, top, right, and bottom. The \l drawLeft, \l drawTop, \l drawRight, and @@ -48,7 +48,7 @@ The \l joinStyle property specifies how to connect two border line segments. - The \l strokeColor, \l strokeWidth, and \l strokeStyle, properties specify + The \l strokeColor, \l strokeWidth, and \l strokeStyle properties specify the appearance of the border line. The \l dashPattern and \l dashOffset properties specify the appearance of dashed lines.