diff options
| author | Uri Goldshtein | 2012-09-12 19:05:26 +0300 |
|---|---|---|
| committer | Pawel Kozlowski | 2012-11-22 08:28:49 +0100 |
| commit | 1f5bc0a1cd65fb47603f154fb2abfc19bd6daae7 (patch) | |
| tree | a9b560ddb181f63b9b6ac9f1df6ec133fea641ef | |
| parent | 1fe666192b0d318b3c907db2119263cd4efa908e (diff) | |
| download | angular.js-1f5bc0a1cd65fb47603f154fb2abfc19bd6daae7.tar.bz2 | |
docs($q): fix missing bracket in the example
| -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 |
