summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Sheng <i@lloydsheng.com>2018-07-13 10:19:06 +0800
committerGitHub <noreply@github.com>2018-07-13 10:19:06 +0800
commit98858a14cebb1dd1d4e43cbb4cb5e5c44026ff1d (patch)
tree57d730751d61dfeb1bd610bbc8a46385f52ab84c
parentf7e2fe5e3899a31dc3c36aeee59fdeaa46b570e4 (diff)
downloadqtlocation-mapboxgl-upstream/lloyd-expression-doc.tar.gz
Correct `MGL_MATCH ` documentationupstream/lloyd-expression-doc
-rw-r--r--platform/darwin/docs/guides/Predicates and Expressions.md2
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