Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed miss typo.
  • Loading branch information
Wolftein committed Jun 23, 2016
1 parent 856f596 commit b5c061a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,7 +68,7 @@ public static <A, B extends Function<A, Integer>> int forEachMapToInt(Iterable<A
final Iterator<A> it = iterator.iterator();

while (it.hasNext()) {
value = consumer.apply(it.next());
value += consumer.apply(it.next());
}
return value;
}
Expand Down

0 comments on commit b5c061a

Please sign in to comment.