aboutsummaryrefslogtreecommitdiff
path: root/doc/Content.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Content.txt')
-rw-r--r--doc/Content.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Content.txt b/doc/Content.txt
index 1149ea9..a30f83f 100644
--- a/doc/Content.txt
+++ b/doc/Content.txt
@@ -79,7 +79,7 @@ A web page is typically generated in the following sequence.
The HTTP connection has already been established and saved in the httpRequest
pointer, and a String instance 'message' has been created.
- 0) HTTP_Send_OK_Header( httpRequest )
+ 0) HTTP_SendOKHeader( httpRequest )
1a) HTTP_SetDoctype( message );
1b) HTTP_SendString( httpRequest, message );
2) HTTP_Send( httpRequest, "<html><head>\n" );