From 9c3453e876e4bad22ad19db7f21e2732abe8deae Mon Sep 17 00:00:00 2001 From: evomarc Date: Tue, 19 Dec 2000 05:31:54 +0000 Subject: [PATCH] A small detail ... --- eo/tutorial/html/FirstBitEA.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/tutorial/html/FirstBitEA.html b/eo/tutorial/html/FirstBitEA.html index 27a4616a6..db1f28cfb 100644 --- a/eo/tutorial/html/FirstBitEA.html +++ b/eo/tutorial/html/FirstBitEA.html @@ -166,7 +166,7 @@ The actual code is in boldface and the comment in normal face.      random(VEC_SIZE, boolean_generator());
 // Initialization of the population
 eoPop<Indi> pop(POP_SIZE, random);
-  // and evaluate it in one loop
+  // and evaluate it in one line
 apply<Indi>(eval, pop); // STL syntax