Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tpietzsch committed Feb 8, 2023
1 parent 078f5af commit 4aacdb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/net/imglib2/img/cell/Cell.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public Cell( final int[] dimensions, final long[] min, final A data )
}

/**
* Get the basic type array that stores this cells pixels.
* Get the basic type array that stores this cell's pixels.
*
* @return underlying basic type array.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/imglib2/img/cell/LazyCellImg.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
/**
* A {@link AbstractCellImg} that obtains its Cells lazily when they are
* accessed. Cells are obtained by a {@link Get} method that is provided by the
* user. Typically this is some kind of cache.
* user. Typically, this is some kind of cache.
*
* @param <T>
* the pixel type
Expand Down

0 comments on commit 4aacdb9

Please sign in to comment.