Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tpietzsch committed Mar 6, 2024
1 parent e704085 commit 82ca178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/net/imglib2/util/Grid.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ public Grid(
* offset of the grid on the min border. Cell on the min border of the
* image will be cut off according to offset. For example, if {@code
* cellDimensions={10,10}} and {@code offset={5,0}} then the first cell
* will have dimensions {@code {5,10}} (summing {@code dimensions} is
* larger than {@code {10,10}}.
* will have dimensions {@code {5,10}} (assuming that {@code dimensions}
* is larger than {@code {10,10}}).
*/
public Grid(
final long[] dimensions,
Expand Down

0 comments on commit 82ca178

Please sign in to comment.