aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/log.js
diff options
context:
space:
mode:
authorMichel Salib2013-11-14 11:46:37 +0100
committerPete Bacon Darwin2013-11-20 21:02:02 +0000
commit68d71bbc01d4fc1a1124039322ce5ec946f4d26f (patch)
tree0371bb1017e6cdf273dab0d80e941a2c177ed8a7 /src/ng/log.js
parent334303e48523fd43efe9b37023d16aa73234e487 (diff)
downloadangular.js-68d71bbc01d4fc1a1124039322ce5ec946f4d26f.tar.bz2
docs($log): the documented default log behavior was incorrect
Closes #4953
Diffstat (limited to 'src/ng/log.js')
-rw-r--r--src/ng/log.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/log.js b/src/ng/log.js
index 737fe2ce..c64e04f3 100644
--- a/src/ng/log.js
+++ b/src/ng/log.js
@@ -11,7 +11,7 @@
*
* The main purpose of this service is to simplify debugging and troubleshooting.
*
- * The default is not to log `debug` messages. You can use
+ * The default is to log `debug` messages. You can use
* {@link ng.$logProvider ng.$logProvider#debugEnabled} to change this.
*
* @example