From 8a7f752a802bc68ad01869e500c54cc2566b04e3 Mon Sep 17 00:00:00 2001 From: Uri Goldshtein Date: Wed, 12 Sep 2012 19:05:26 +0300 Subject: docs($q): fix missing bracket in the example --- src/ng/q.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ng/q.js b/src/ng/q.js index a79093e6..80ad8f4d 100644 --- a/src/ng/q.js +++ b/src/ng/q.js @@ -42,7 +42,7 @@ * alert('Success: ' + greeting); * }, function(reason) { * alert('Failed: ' + reason); - * ); + * }); * * * At first it might not be obvious why this extra complexity is worth the trouble. The payoff -- cgit v1.2.3