changeset 13:4526b132bf3e

Another minor text fix
author Chris Cannam
date Mon, 05 Oct 2015 14:39:52 +0100
parents 281c44ba1d2e
children 288f2318aba2
files fft/test.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/fft/test.js	Mon Oct 05 14:36:24 2015 +0100
+++ b/fft/test.js	Mon Oct 05 14:39:52 2015 +0100
@@ -195,7 +195,7 @@
 function test() {
 
     document.getElementById("test-description").innerHTML =
-	"Running " + 2*iterations + " iterations of FFT size " + size + ".<br>Timings are given separately for the first half of the run (" + iterations + " iterations) and the second half, in case the JS engine takes some warming up."
+	"Running " + 2*iterations + " iterations per implementation of FFT size " + size + ".<br>Timings are given separately for the first half of the run (" + iterations + " iterations) and the second half, in case the JS engine takes some warming up."
 
     testNayuki();
     testNockert();