Skip to content
Permalink
Browse files

docs(loader): fix type in `@return` tag for `angular.module()`

Closes #13655
  • Loading branch information
ulitink authored and petebacondarwin committed Dec 30, 2015
1 parent 8a63071 commit b8773a71b51144c886dda0643f1d9fc717d2b247
Showing with 1 addition and 1 deletion.
  1. +1 −1 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) {

0 comments on commit b8773a7

Please sign in to comment.
You can’t perform that action at this time.