Skip to content

Commit

Permalink
fix javadoc typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tpietzsch committed Sep 13, 2024
1 parent b4a40ea commit 7aa667a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
* or {@link ARGBType}.
* <p>
* By default {@link ImageJVirtualStack} is not writable. A call to
* {@link #setPixels} or {@link #setVoxels} has no effect. Buf if
* {@link #setWritable(boolean)} is set to true, the pixels set by this methods
* {@link #setPixels} or {@link #setVoxels} has no effect. But if
* {@link #setWritable(boolean)} is set to true, the pixels set by these methods
* are copied to the {@link RandomAccessibleInterval}.
* <p>
* A call to {@link #getPixels(int)} will return a copy of pixels of the specified image
Expand Down

0 comments on commit 7aa667a

Please sign in to comment.