Skip to content

Commit

Permalink
clarification of description for step expression (#8667)
Browse files Browse the repository at this point in the history
  • Loading branch information
nextstopsun authored and mourner committed Aug 21, 2019
1 parent 5f8f1c2 commit 4eb7d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style-spec/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -2646,7 +2646,7 @@
}
},
"step": {
"doc": "Produces discrete, stepped results by evaluating a piecewise-constant function defined by pairs of input and output values (\"stops\"). The `input` may be any numeric expression (e.g., `[\"get\", \"population\"]`). Stop inputs must be numeric literals in strictly ascending order. Returns the output value of the stop just less than the input, or the first input if the input is less than the first stop.",
"doc": "Produces discrete, stepped results by evaluating a piecewise-constant function defined by pairs of input and output values (\"stops\"). The `input` may be any numeric expression (e.g., `[\"get\", \"population\"]`). Stop inputs must be numeric literals in strictly ascending order. Returns the output value of the stop just less than the input, or the first output if the input is less than the first stop.",
"group": "Ramps, scales, curves",
"sdk-support": {
"basic functionality": {
Expand Down

0 comments on commit 4eb7d4e

Please sign in to comment.