Skip to content
This repository has been archived by the owner on Apr 10, 2018. It is now read-only.

Commit

Permalink
fix missing line description
Browse files Browse the repository at this point in the history
  • Loading branch information
incanus committed Sep 28, 2016
1 parent d6c5510 commit de06217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -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`."
Expand Down Expand Up @@ -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`."
Expand Down

0 comments on commit de06217

Please sign in to comment.