changeset 8135:170ff7258b31

container.txi: doc fix
author Francesco Potorti
date Tue, 23 Sep 2008 12:30:51 -0400
parents 951917a0b9f8
children 2b2ca62f8ab6
files doc/interpreter/container.txi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/container.txi	Tue Sep 23 11:40:25 2008 -0400
+++ b/doc/interpreter/container.txi	Tue Sep 23 12:30:51 2008 -0400
@@ -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.