mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs($log): add the word "safely" to clarify
I was reading the doc and had to read the code to be sure it was safe. Spelling it out seems easier. Closes #4760
This commit is contained in:
parent
a92b419551
commit
c82058ad57
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
* @requires $window
|
||||
*
|
||||
* @description
|
||||
* Simple service for logging. Default implementation writes the message
|
||||
* Simple service for logging. Default implementation safely writes the message
|
||||
* into the browser's console (if present).
|
||||
*
|
||||
* The main purpose of this service is to simplify debugging and troubleshooting.
|
||||
|
|
|
|||
Loading…
Reference in a new issue