diff --git a/src/ng/compile.js b/src/ng/compile.js
index 5b12883dc412..b9909ccdc0c7 100644
--- a/src/ng/compile.js
+++ b/src/ng/compile.js
@@ -172,7 +172,7 @@ function $CompileProvider($provide) {
*
* @param {string} name Name of the directive in camel-case. (ie ngBind
which will match as
* ng-bind
).
- * @param {function} directiveFactory An injectable directive factory function. See {@link guide/directive} for more
+ * @param {function|Array} directiveFactory An injectable directive factory function. See {@link guide/directive} for more
* info.
* @returns {ng.$compileProvider} Self for chaining.
*/