Skip to content

Commit c299b88

Browse files
Merge pull request #112 from angular/master
Update upstream
2 parents 19ec566 + ad7ea95 commit c299b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngRepeat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
* For example, if an item is added to the collection, `ngRepeat` will know that all other items
7575
* already have DOM elements, and will not re-render them.
7676
*
77-
* All different types of tracking functions, their syntax, and and their support for duplicate
77+
* All different types of tracking functions, their syntax, and their support for duplicate
7878
* items in collections can be found in the
7979
* {@link ngRepeat#ngRepeat-arguments ngRepeat expression description}.
8080
*

0 commit comments

Comments
 (0)