From f897503e10a6b81e0733aa3e0dd37e4a620c1c53 Mon Sep 17 00:00:00 2001 From: mike-000 <49240900+mike-000@users.noreply.github.com> Date: Fri, 28 Aug 2020 22:27:33 +0100 Subject: [PATCH] Cosmetic fix to doc (missing closing quote) --- src/ol/style/RegularShape.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/style/RegularShape.js b/src/ol/style/RegularShape.js index 2bb56b2729..b0b72005db 100644 --- a/src/ol/style/RegularShape.js +++ b/src/ol/style/RegularShape.js @@ -31,7 +31,7 @@ import { * @property {number} [rotation=0] Rotation in radians (positive rotation clockwise). * @property {boolean} [rotateWithView=false] Whether to rotate the shape with the view. * @property {number|import("../size.js").Size} [scale=1] Scale. Unless two dimensional scaling is required a better - * result may be obtained with appropriate settings for `radius`, `radius1` and `radius2. + * result may be obtained with appropriate settings for `radius`, `radius1` and `radius2`. */ /**