From c82058ad57dfdab0e8e2505b6f44d7e33398ffb2 Mon Sep 17 00:00:00 2001 From: granteagon Date: Sat, 2 Nov 2013 11:00:57 -0400 Subject: 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 --- src/ng/log.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/log.js') 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. -- cgit v1.2.3