File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,9 @@ function setupModuleLoader(window) {
72
72
* {@link angular.bootstrap} to simplify this process for you.
73
73
*
74
74
* @param {!string } name The name of the module to create or retrieve.
75
- * @param {Array.<string>= } requires If specified then new module is being created. If
75
+ * @param {! Array.<string>= } requires If specified then new module is being created. If
76
76
* unspecified then the module is being retrieved for further configuration.
77
- * @param {Function } configFn Optional configuration function for the module. Same as
77
+ * @param {Function= } configFn Optional configuration function for the module. Same as
78
78
* {@link angular.Module#config Module#config()}.
79
79
* @returns {module } new module with the {@link angular.Module} api.
80
80
*/
You can’t perform that action at this time.
0 commit comments