From bab5c1685da9de7bc7573b4806fde1828ea65c07 Mon Sep 17 00:00:00 2001 From: Emily Stark Date: Tue, 20 Aug 2013 10:52:45 -0700 Subject: [PATCH] Fix docs typo. Fixes #1297 --- docs/client/api.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client/api.html b/docs/client/api.html index cc75bdc559..5d30aec68c 100644 --- a/docs/client/api.html +++ b/docs/client/api.html @@ -2409,7 +2409,7 @@ from the call to `check` or `Match.test`. Examples: NonEmptyString = Match.Where(function (x) { check(x, String); return x.length > 0; - } + }); check(arg, NonEmptyString); {{/dtdd}}