This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ angular.mock.$LogProvider = function() {
325
325
* @name $log#log.logs
326
326
*
327
327
* @description
328
- * Array of messages logged using {@link ngMock .$log#log log()}.
328
+ * Array of messages logged using {@link ng .$log#log log()}.
329
329
*
330
330
* @example
331
331
* ```js
@@ -339,7 +339,7 @@ angular.mock.$LogProvider = function() {
339
339
* @name $log#info.logs
340
340
*
341
341
* @description
342
- * Array of messages logged using {@link ngMock .$log#info info()}.
342
+ * Array of messages logged using {@link ng .$log#info info()}.
343
343
*
344
344
* @example
345
345
* ```js
@@ -353,7 +353,7 @@ angular.mock.$LogProvider = function() {
353
353
* @name $log#warn.logs
354
354
*
355
355
* @description
356
- * Array of messages logged using {@link ngMock .$log#warn warn()}.
356
+ * Array of messages logged using {@link ng .$log#warn warn()}.
357
357
*
358
358
* @example
359
359
* ```js
@@ -367,7 +367,7 @@ angular.mock.$LogProvider = function() {
367
367
* @name $log#error.logs
368
368
*
369
369
* @description
370
- * Array of messages logged using {@link ngMock .$log#error error()}.
370
+ * Array of messages logged using {@link ng .$log#error error()}.
371
371
*
372
372
* @example
373
373
* ```js
@@ -381,7 +381,7 @@ angular.mock.$LogProvider = function() {
381
381
* @name $log#debug.logs
382
382
*
383
383
* @description
384
- * Array of messages logged using {@link ngMock .$log#debug debug()}.
384
+ * Array of messages logged using {@link ng .$log#debug debug()}.
385
385
*
386
386
* @example
387
387
* ```js
You can’t perform that action at this time.
0 commit comments