From 1f5bc0a1cd65fb47603f154fb2abfc19bd6daae7 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(-) 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