aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/q.js
diff options
context:
space:
mode:
authorUri Goldshtein2012-09-12 19:05:26 +0300
committerPawel Kozlowski2012-11-17 23:45:08 +0100
commit8a7f752a802bc68ad01869e500c54cc2566b04e3 (patch)
treeac24540dab6e7b21a334b4136d36c2180c4b8a5f /src/ng/q.js
parentaf7e0bd0a7c286667c526cb7e0c733d3ee5f17fd (diff)
downloadangular.js-8a7f752a802bc68ad01869e500c54cc2566b04e3.tar.bz2
docs($q): fix missing bracket in the example
Diffstat (limited to 'src/ng/q.js')
-rw-r--r--src/ng/q.js2
1 files changed, 1 insertions, 1 deletions
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);
- * );
+ * });
* </pre>
*
* At first it might not be obvious why this extra complexity is worth the trouble. The payoff