aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
authorMatt Haggard2013-04-11 15:14:20 -0600
committerIgor Minar2013-04-11 15:03:59 -0700
commita92bb2e02564e9e6cec4ec6c15c3e058a8f37de5 (patch)
tree3000c04a48311fe9ef655a83f820dbce95ce8517 /src/Angular.js
parentd521ad3ff6e3800a32464d4f0739a3b6ab9cf0b1 (diff)
downloadangular.js-a92bb2e02564e9e6cec4ec6c15c3e058a8f37de5.tar.bz2
docs: fix typos
Diffstat (limited to 'src/Angular.js')
-rw-r--r--src/Angular.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Angular.js b/src/Angular.js
index 8f00330c..cafaa054 100644
--- a/src/Angular.js
+++ b/src/Angular.js
@@ -699,7 +699,7 @@ function sliceArgs(args, startIndex) {
*
* @description
* Returns a function which calls function `fn` bound to `self` (`self` becomes the `this` for
- * `fn`). You can supply optional `args` that are are prebound to the function. This feature is also
+ * `fn`). You can supply optional `args` that are prebound to the function. This feature is also
* known as [function currying](http://en.wikipedia.org/wiki/Currying).
*
* @param {Object} self Context which `fn` should be evaluated in.
@@ -1031,7 +1031,7 @@ function bindJQuery() {
}
/**
- * throw error of the argument is falsy.
+ * throw error if the argument is falsy.
*/
function assertArg(arg, name, reason) {
if (!arg) {