Skip to content

Commit e01f7d3

Browse files
Michel Salibjamesdaily
Michel Salib
authored andcommitted
docs($log): the documented default log behavior was incorrect
Closes angular#4953
1 parent f6a47c2 commit e01f7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/log.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* The main purpose of this service is to simplify debugging and troubleshooting.
1313
*
14-
* The default is not to log `debug` messages. You can use
14+
* The default is to log `debug` messages. You can use
1515
* {@link ng.$logProvider ng.$logProvider#debugEnabled} to change this.
1616
*
1717
* @example

0 commit comments

Comments
 (0)