From 518d433d645c608d5506564719ec5653d49752c1 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Sat, 18 Mar 2017 12:16:26 +0100 Subject: [PATCH] Fix RegularShape documentation --- externs/olx.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/externs/olx.js b/externs/olx.js index 751e120b6a..527850e10b 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -7093,7 +7093,7 @@ olx.style.RegularShapeOptions.prototype.radius; /** - * Inner radius of a star. + * Outer radius of a star. * @type {number|undefined} * @api */ @@ -7101,7 +7101,7 @@ olx.style.RegularShapeOptions.prototype.radius1; /** - * Outer radius of a star. + * Inner radius of a star. * @type {number|undefined} * @api */