@@ -304,7 +304,7 @@ interface DataBlockSupplier<T> {
304304 *
305305 * @param gridPos
306306 * @param existingDataBlock
307- * existing data to be merged into the new data block (maybe {@code null})
307+ * existing data to be merged into the new data block (may be {@code null})
308308 *
309309 * @return data block at the given gridPos
310310 */
@@ -316,7 +316,7 @@ interface DataBlockSupplier<T> {
316316 * @param datasetAttributes the dataset attributes
317317 * @param min min pixel coordinate of region to write
318318 * @param size size in pixels of region to write
319- * @param dataBlocks is asked to create blocks within the given region
319+ * @param dataBlocks is asked to create chunks within the given region
320320 * @param writeFully if false, merge existing data in shards/blocks that overlap the region boundary. if true, override everything.
321321 * @throws N5Exception the exception
322322 */
@@ -355,7 +355,7 @@ default <T> void writeRegion(
355355 * @param size size in pixels of region to write
356356 * @param dataBlocks is asked to create blocks within the given region
357357 * @param writeFully if false, merge existing data in shards/blocks that overlap the region boundary. if true, override everything.
358- * @param exec used to parallelize over blocks and shards
358+ * @param exec used to parallelize over blocks (chunks and shards)
359359 * @throws N5Exception the exception
360360 */
361361 default <T > void writeRegion (
0 commit comments