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}}