Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 3c5827b

Browse files
ulitinkpetebacondarwin
authored andcommitted
docs(loader): fix type in @return tag for angular.module()
Closes #13655
1 parent 0e03644 commit 3c5827b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function setupModuleLoader(window) {
7676
* unspecified then the module is being retrieved for further configuration.
7777
* @param {Function=} configFn Optional configuration function for the module. Same as
7878
* {@link angular.Module#config Module#config()}.
79-
* @returns {module} new module with the {@link angular.Module} api.
79+
* @returns {angular.Module} new module with the {@link angular.Module} api.
8080
*/
8181
return function module(name, requires, configFn) {
8282
var assertNotHasOwnProperty = function(name, context) {

0 commit comments

Comments
 (0)