Skip to content

Commit 9d8d4d1

Browse files
committed
Doc typo
1 parent 1e7a933 commit 9d8d4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/apache/spark/TaskContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ static void unset() {
100100

101101
/**
102102
* An ID recording how many times this task has been attempted. The first task attempt will be
103-
* assigned attemptId = 0, and subsequent attempts will have increasing ids.
103+
* assigned attemptId = 0, and subsequent attempts will have increasing IDs.
104104
*/
105105
public abstract long attemptId();
106106

0 commit comments

Comments
 (0)