Skip to content

Commit 1f5bc0a

Browse files
Urigopkozlowski-opensource
authored andcommitted
docs($q): fix missing bracket in the example
1 parent 1fe6661 commit 1f5bc0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/q.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* alert('Success: ' + greeting);
4343
* }, function(reason) {
4444
* alert('Failed: ' + reason);
45-
* );
45+
* });
4646
* </pre>
4747
*
4848
* At first it might not be obvious why this extra complexity is worth the trouble. The payoff

0 commit comments

Comments
 (0)