diff options
| author | Uri Goldshtein | 2012-09-12 19:05:26 +0300 |
|---|---|---|
| committer | Pawel Kozlowski | 2012-11-17 23:45:08 +0100 |
| commit | 8a7f752a802bc68ad01869e500c54cc2566b04e3 (patch) | |
| tree | ac24540dab6e7b21a334b4136d36c2180c4b8a5f /src/ng/q.js | |
| parent | af7e0bd0a7c286667c526cb7e0c733d3ee5f17fd (diff) | |
| download | angular.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.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 |
