Fix docs typo.

Fixes #1297
This commit is contained in:
Emily Stark
2013-08-20 10:52:45 -07:00
committed by Nick Martin
parent 7f73833991
commit bab5c1685d

View File

@@ -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}}
</dl>