diff options
author | Lloyd Sheng <i@lloydsheng.com> | 2018-07-18 14:29:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-18 14:29:29 +0800 |
commit | 782c58be0008c12881efcdfb6d81db0deda2e702 (patch) | |
tree | bdf48e91fcadbb8a98dece17ef86fed05577812e /platform/darwin | |
parent | 284dd23ca4bf90d6f51bff5204844de7dafdf6b2 (diff) | |
download | qtlocation-mapboxgl-782c58be0008c12881efcdfb6d81db0deda2e702.tar.gz |
Correct `MGL_MATCH ` documentation (#12378)
Diffstat (limited to 'platform/darwin')
-rw-r--r-- | platform/darwin/docs/guides/Predicates and Expressions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/docs/guides/Predicates and Expressions.md b/platform/darwin/docs/guides/Predicates and Expressions.md index 4ef9ad6707..90f010e954 100644 --- a/platform/darwin/docs/guides/Predicates and Expressions.md +++ b/platform/darwin/docs/guides/Predicates and Expressions.md @@ -538,7 +538,7 @@ expression that contains references to those variables. <dt>Selector:</dt> <dd><code>MGL_MATCH:</code></dd> <dt>Format string syntax:</dt> -<dd><code>MGL_MATCH(x, 0, 'zero match', 1, 'one match', 'two match', 'default')</code></dd> +<dd><code>MGL_MATCH(x, 0, 'zero match', 1, 'one match', 2, 'two match', 'default')</code></dd> <dt>Arguments:</dt> <dd> An input expression, then any number of argument pairs, followed by a default |