From d43fbadf281f056d74e88a2417d1f64214ecc3d9 Mon Sep 17 00:00:00 2001 From: Lloyd Sheng Date: Wed, 18 Jul 2018 14:29:29 +0800 Subject: [ios, docs] Correct `MGL_MATCH` documentation --- platform/darwin/docs/guides/Predicates and Expressions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
Selector:
MGL_MATCH:
Format string syntax:
-
MGL_MATCH(x, 0, 'zero match', 1, 'one match', 'two match', 'default')
+
MGL_MATCH(x, 0, 'zero match', 1, 'one match', 2, 'two match', 'default')
Arguments:
An input expression, then any number of argument pairs, followed by a default -- cgit v1.2.1