We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a40ea commit 7aa667aCopy full SHA for 7aa667a
src/main/java/net/imglib2/img/display/imagej/ImageJVirtualStack.java
@@ -68,8 +68,8 @@
68
* or {@link ARGBType}.
69
* <p>
70
* 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
+ * {@link #setPixels} or {@link #setVoxels} has no effect. But if
+ * {@link #setWritable(boolean)} is set to true, the pixels set by these methods
73
* are copied to the {@link RandomAccessibleInterval}.
74
75
* A call to {@link #getPixels(int)} will return a copy of pixels of the specified image
0 commit comments