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:
granteagon 2013-11-02 11:00:57 -04:00 committed by Pete Bacon Darwin
parent a92b419551
commit c82058ad57

View file

@ -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.