From 1840251dbf73c4da2321b6310bcc729783060b47 Mon Sep 17 00:00:00 2001 From: Konstantin Ulitin Date: Wed, 30 Dec 2015 17:38:50 +0300 Subject: [PATCH] docs(loader): use type in return tag --- src/loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/loader.js b/src/loader.js index e21a34feecd1..9b70da8911bf 100644 --- a/src/loader.js +++ b/src/loader.js @@ -76,7 +76,7 @@ function setupModuleLoader(window) { * unspecified then the module is being retrieved for further configuration. * @param {Function=} configFn Optional configuration function for the module. Same as * {@link angular.Module#config Module#config()}. - * @returns {module} new module with the {@link angular.Module} api. + * @returns {angular.Module} new module with the {@link angular.Module} api. */ return function module(name, requires, configFn) { var assertNotHasOwnProperty = function(name, context) {