changeset 11854:24d26caa095b release-3-0-x

container.txi: doc fix
author Francesco Potorti
date Wed, 24 Sep 2008 09:06:04 +0200
parents 69d44d782cee
children eff8ac793dbf
files doc/interpreter/container.txi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/container.txi	Wed Sep 24 09:00:33 2008 +0200
+++ b/doc/interpreter/container.txi	Wed Sep 24 09:06:04 2008 +0200
@@ -418,7 +418,7 @@
 @subsection Processing Data in Structures
 
 The simplest way to process data in a structure is within a @code{for}
-loop or othe means of iterating over the fields. A similar effect can be
+loop (@pxref{Looping Over Structure Elements}). A similar effect can be
 achieved with the @code{structfun} function, where a user defined
 function is applied to each field of the structure.