--- jsr166/src/jsr166y/RecursiveAction.java 2011/06/25 01:48:24 1.17 +++ jsr166/src/jsr166y/RecursiveAction.java 2011/06/25 03:25:00 1.18 @@ -35,7 +35,7 @@ package jsr166y; * }} * * You could then sort {@code anArray} by creating {@code new - * SortTask(anArray, 0, anArray.length-1) } and invoking it in a + * SortTask(anArray, 0, anArray.length) } and invoking it in a * ForkJoinPool. As a more concrete simple example, the following * task increments each element of an array: *
 {@code