mapbox / carto

fast CSS-like map stylesheets
https://cartocss.readthedocs.io/
Apache License 2.0
652 stars 129 forks source link

fix wording on marker-opacity #447

Closed gtallen1187 closed 8 years ago

gtallen1187 commented 8 years ago

Fixed a grammar issue that could potentially cause some confusion for the marker-opacity definition.

From:

overrides both the opacity of both the fill and stroke.

To:

overrides both the opacity of the fill and the opacity of the stroke.

coveralls commented 8 years ago

Coverage Status

Changes Unknown when pulling 5f9efe3b63d88607515e7587a53385c254c7e886 on gtallen1187:master into \ on mapbox:master**.

nebulon42 commented 8 years ago

Thank you that you took the time to create a PR. Unfortunately, I'm not able to merge it since we generate most parts of the documentation out of mapnik/mapnik-reference. I suggest to propose your change there.

You find the appropriate line here: https://github.com/mapnik/mapnik-reference/blob/gh-pages/3.0.6/reference.json#L779 Please note that there might be more places to change depending on the different API versions. Once a new version is released we can update it here and re-generate the doc.