aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/document.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ng/document.js')
-rw-r--r--src/ng/document.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ng/document.js b/src/ng/document.js
index f1f2d334..694412f4 100644
--- a/src/ng/document.js
+++ b/src/ng/document.js
@@ -6,8 +6,7 @@
* @requires $window
*
* @description
- * A {@link angular.element jQuery (lite)}-wrapped reference to the browser's `window.document`
- * element.
+ * A {@link angular.element jQuery or jqLite} wrapper for the browser's `window.document` element.
*/
function $DocumentProvider(){
this.$get = ['$window', function(window){