Skip to content

Commit 5955384

Browse files
committed
fixed error
1 parent 9fed904 commit 5955384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/org/tensorics/core/tensor/Positions.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public static final Iterable<Position> cartesianProduct(Class<? extends Enum<?>>
288288

289289
/**
290290
* Returns one position for each value of the given enum. Functionally, this is equivalent to
291-
* {@link #cartesianProduct(enumClass)}.
291+
* {@link #cartesianProduct(Class...)} with only one class given.
292292
*
293293
* @param enumClass the class of the enum from which to take the values as coordinates
294294
* @return an iterable of positions, containing the values oif the given enum class as (one-dimensional) positions.

0 commit comments

Comments
 (0)