Skip to content

Commit 7aa667a

Browse files
committed
fix javadoc typos
1 parent b4a40ea commit 7aa667a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/net/imglib2/img/display/imagej/ImageJVirtualStack.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
* or {@link ARGBType}.
6969
* <p>
7070
* By default {@link ImageJVirtualStack} is not writable. A call to
71-
* {@link #setPixels} or {@link #setVoxels} has no effect. Buf if
72-
* {@link #setWritable(boolean)} is set to true, the pixels set by this methods
71+
* {@link #setPixels} or {@link #setVoxels} has no effect. But if
72+
* {@link #setWritable(boolean)} is set to true, the pixels set by these methods
7373
* are copied to the {@link RandomAccessibleInterval}.
7474
* <p>
7575
* A call to {@link #getPixels(int)} will return a copy of pixels of the specified image

0 commit comments

Comments
 (0)