summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-01-22 12:45:12 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-01-22 12:45:12 +0000
commit3120a78d19c5864ce2de1601cfef7ed0be5677af (patch)
treef7749131acc816a6ffe0d6138c49e9cc0d368aba /doc
parent84249ca9b1dbd1d1aba16efdb9c92c18454bb950 (diff)
add () after Perl "values" function name in table-iterators analogy
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3560 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/UsersGuide/UtilityRoutines.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/UsersGuide/UtilityRoutines.tex b/doc/UsersGuide/UtilityRoutines.tex
index 54cb0bb0..162718ce 100644
--- a/doc/UsersGuide/UtilityRoutines.tex
+++ b/doc/UsersGuide/UtilityRoutines.tex
@@ -344,7 +344,7 @@ An iterator is an abstraction of a pointer to a particular table entry.
Iterators are analogous to the \verb|DIR *| pointers used by the POSIX
\verb|opendir()|, \verb|readdir()|, \verb|closedir()|, and similar
functions, to Perl hash tables' \verb|each()|, \verb|keys()|,
-and \verb|values|, and to the C++ Standard Template Library's
+and \verb|values()|, and to the C++ Standard Template Library's
forward iterators.
At any time the entries in a table may be considered to be in some