aboutsummaryrefslogtreecommitdiffstats
path: root/src/apis.js
diff options
context:
space:
mode:
authorIgor Minar2011-01-18 13:50:52 -0800
committerIgor Minar2011-01-18 14:42:18 -0800
commitad3b811b8beb51193a28fc1f34ea711df347cb9f (patch)
treee106cf8d2811d1f7281629139248a65ad2acff82 /src/apis.js
parentd3f7bd699e2e0edf93887ddf5302b27254a1ec81 (diff)
downloadangular.js-ad3b811b8beb51193a28fc1f34ea711df347cb9f.tar.bz2
fixes, examples and tests for angular.Object.* docs
Diffstat (limited to 'src/apis.js')
-rw-r--r--src/apis.js5
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: