diff --git a/src/loader.js b/src/loader.js index a6c14f54ae9d..f384f5eaffcd 100644 --- a/src/loader.js +++ b/src/loader.js @@ -38,8 +38,8 @@ function setupModuleLoader(window) { * All modules (angular core or 3rd party) that should be available to an application must be * registered using this mechanism. * - * When passed two or more arguments, a new module is created. If passed only one argument, an - * existing module (the name passed as the first argument to `module`) is retrieved. + * Passing one argument retrieves an existing {@link angular.Module}, + * whereas passing more than one argument creates a new {@link angular.Module} * * * # Module