diff --git a/src/ng/compile.js b/src/ng/compile.js
index 8b7a7674..7b0c84d6 100644
--- a/src/ng/compile.js
+++ b/src/ng/compile.js
@@ -170,7 +170,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 factroy 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.
*/