Doc: Fix commas

Change-Id: I55f18d0cabc35c345bc382118d4fc59cf69813bc
Reviewed-by: Nico Vertriest <nico.vertriest@qt.io>
This commit is contained in:
Leena Miettinen
2020-11-23 15:58:00 +01:00
parent 3838bb4e08
commit bfba7a1e07

View File

@@ -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.