Skip to content

Commit d93ce01

Browse files
committed
Fixed Small JavaDoc Issue
1 parent ad98661 commit d93ce01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/optimizationBenchmarking/utils/math/matrix/processing/iterator2D/MatrixIteration2DSpec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public final EMissingValueMode getEndMode() {
184184
}
185185

186186
/**
187-
* Are leading and trailing {@link Double#NaN}s along the {@codex} axis
187+
* Are leading and trailing {@link Double#NaN}s along the {@code x} axis
188188
* skipped? If {@code true}, this mode takes precedence over
189189
* {@link #getStartMode()} and {@link #getEndMode()}. Notice that
190190
* {@link Double#NaN}s will lead to exceptions if they are neither

0 commit comments

Comments
 (0)