From de06217e5bce816a6dc895ab782c12529a166c5f Mon Sep 17 00:00:00 2001 From: "Justin R. Miller" Date: Wed, 28 Sep 2016 12:26:51 -0700 Subject: [PATCH] fix missing `line` description --- reference/v8.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/v8.json b/reference/v8.json index 9df267f..c22785d 100644 --- a/reference/v8.json +++ b/reference/v8.json @@ -652,7 +652,7 @@ "property-function": true, "values": { "map": { - "doc": "When `symbol-placement` is set to `point`, produces icons whose x-axes are aligned east-west." + "doc": "When `symbol-placement` is set to `point`, produces icons whose x-axes are aligned east-west. When set to `line`, produces icons whose x-axes are aligned with the line." }, "viewport": { "doc": "Produces icons whose x-axes are aligned with the x-axis of the viewport, regardless of the value of `symbol-placement`." @@ -899,7 +899,7 @@ "property-function": true, "values": { "map": { - "doc": "When `symbol-placement` is set to `point`, produces glyphs whose x-axes are aligned east-west." + "doc": "When `symbol-placement` is set to `point`, produces glyphs whose x-axes are aligned east-west. When set to `line`, produces glyphs whose x-axes are aligned with the line." }, "viewport": { "doc": "Produces glyphs whose x-axes are aligned with the x-axis of the viewport, regardless of the value of `symbol-placement`."