diff options
Diffstat (limited to 'src/ng')
| -rw-r--r-- | src/ng/q.js | 2 |
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 |
