diff options
Diffstat (limited to 'src/apis.js')
| -rw-r--r-- | src/apis.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/apis.js b/src/apis.js index 2d54d4eb..35e3a92f 100644 --- a/src/apis.js +++ b/src/apis.js @@ -13,13 +13,12 @@ var angularGlobal = { /** - * @workInProgress * @ngdoc overview * @name angular.Object * @function * * @description - * angular.Object is a namespace for utility functions for manipulation with JavaScript objects. + * `angular.Object` is a namespace for utility functions for manipulation with JavaScript objects. * * These functions are exposed in two ways: * @@ -45,7 +44,7 @@ var angularObject = { * @name angular.Array * * @description - * angular.Array is a namespace for utility functions for manipulation of JavaScript `Array` + * `angular.Array` is a namespace for utility functions for manipulation of JavaScript `Array` * objects. * * These functions are exposed in two ways: |
