Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b1366c3

Browse files
snapwichpetebacondarwin
authored andcommitted
docs($q): add missing closing parentheses in code example
Closes #4900
1 parent b122194 commit b1366c3

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
@@ -165,7 +165,7 @@
165165
* // Propagate promise resolution to 'then' functions using $apply().
166166
* $rootScope.$apply();
167167
* expect(resolvedValue).toEqual(123);
168-
* });
168+
* }));
169169
* </pre>
170170
*/
171171
function $QProvider() {

0 commit comments

Comments
 (0)