From ad3b811b8beb51193a28fc1f34ea711df347cb9f Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 18 Jan 2011 13:50:52 -0800 Subject: fixes, examples and tests for angular.Object.* docs --- src/apis.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/apis.js') 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: -- cgit v1.2.3