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

Commit 7f5051b

Browse files
committed
docs($rootScope): remove erroneous closing parenthesis
Closes #10549
1 parent 25623b7 commit 7f5051b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/error/$rootScope/infdig.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var users = [ { name: 'Hank' }, { name: 'Francisco' } ];
3535

3636
$scope.getUsers = function() {
3737
return users;
38-
});
38+
};
3939
```
4040

4141
The maximum number of allowed iterations of the `$digest` cycle is controlled via TTL setting which can be configured via {@link ng.$rootScopeProvider $rootScopeProvider}.

0 commit comments

Comments
 (0)