From d30b8581af9e0ae1259ffccd359174f6120804b3 Mon Sep 17 00:00:00 2001 From: haesleinhuepf Date: Tue, 14 May 2019 11:01:03 +0200 Subject: [PATCH] fixed typo --- 07_examples/imagej/make_random_images.ijm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07_examples/imagej/make_random_images.ijm b/07_examples/imagej/make_random_images.ijm index 0bba52f..69cc4d8 100644 --- a/07_examples/imagej/make_random_images.ijm +++ b/07_examples/imagej/make_random_images.ijm @@ -1,6 +1,6 @@ // Random image generator // -// This script expects to target folders and will generate two different kinds of +// This script expects two target folders and will generate two different kinds of // random images according to its configuration. // // Author: Robert Haase, rhaase@mpi-cbg.de -- GitLab