diff options
-rw-r--r-- | Doc/lib/libhttplib.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libhttplib.tex b/Doc/lib/libhttplib.tex index cb2dcc5..1d09766 100644 --- a/Doc/lib/libhttplib.tex +++ b/Doc/lib/libhttplib.tex @@ -111,8 +111,8 @@ read, using the \method{read()}, \method{readline()} or \method{readlines()} methods. \end{methoddesc} -\subsection{Example} -\nodename{HTTP Example} +\subsection{Examples} +\nodename{HTTP Examples} Here is an example session that uses the \samp{GET} method: |