Skip to content

Commit 98795b6

Browse files
committed
fix javadoc
1 parent ca52946 commit 98795b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/net/imglib2/algorithm/blocks/UnaryBlockOperator.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public interface UnaryBlockOperator< S extends NativeType< S >, T extends Native
8080
* <p>
8181
* Some operators can be applied to arbitrary dimensions, e.g., converters.
8282
* In this case, they should return {@code numSourceDimensions() <= 0}. It
83-
* is expected that these operators do not modify the number dimensions,
83+
* is expected that these operators do not modify the number of dimensions,
8484
* that is, when such an operator is applied to a 3D block, the result is
8585
* also a 3D block.
8686
*
@@ -93,11 +93,11 @@ public interface UnaryBlockOperator< S extends NativeType< S >, T extends Native
9393
* <p>
9494
* Some operators can be applied to arbitrary dimensions, e.g., converters.
9595
* In this case, they should return {@code numTargetDimensions() <= 0}. It
96-
* is expected that these operators do not modify the number dimensions,
96+
* is expected that these operators do not modify the number of dimensions,
9797
* that is, when such an operator is applied to a 3D block, the result is
9898
* also a 3D block.
9999
*
100-
* @return the number of source dimensions
100+
* @return the number of target dimensions
101101
*/
102102
int numTargetDimensions();
103103

0 commit comments

Comments
 (0)