diff options
| author | granteagon | 2013-11-02 11:00:57 -0400 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-11-04 22:21:49 +0000 | 
| commit | c82058ad57dfdab0e8e2505b6f44d7e33398ffb2 (patch) | |
| tree | d8beb24b332e0bf26624fcc7acfdafaf891d36da /src/ng/log.js | |
| parent | a92b419551450573a8f71c562618159af68ad8e8 (diff) | |
| download | angular.js-c82058ad57dfdab0e8e2505b6f44d7e33398ffb2.tar.bz2 | |
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
Diffstat (limited to 'src/ng/log.js')
| -rw-r--r-- | src/ng/log.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/log.js b/src/ng/log.js index cedf0264..737fe2ce 100644 --- a/src/ng/log.js +++ b/src/ng/log.js @@ -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. | 
