diff options
Diffstat (limited to 'Doc/lib/libstrings.tex')
-rw-r--r-- | Doc/lib/libstrings.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libstrings.tex b/Doc/lib/libstrings.tex index 4d7c0d1..f3a31f4 100644 --- a/Doc/lib/libstrings.tex +++ b/Doc/lib/libstrings.tex @@ -5,3 +5,6 @@ The modules described in this chapter provide a wide range of string manipulation operations. Here's an overview: \localmoduletable + +Information on the methods of string objects can be found in +section~\ref{string-methods}, ``String Methods.'' |