diff options
-rw-r--r-- | doc/classes/IP.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/IP.xml b/doc/classes/IP.xml index 96de31a55b..cd669e3de1 100644 --- a/doc/classes/IP.xml +++ b/doc/classes/IP.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="IP" inherits="Object" category="Core" version="3.0-beta"> <brief_description> - IP Protocol support functions like DNS resolution. + Internet protocol (IP) support functions like DNS resolution. </brief_description> <description> - IP contains support functions for the Internet Protocl (IP). TCP/IP support is in different classes (see [StreamPeerTCP] and [TCP_Server]). IP provides DNS hostname resolution support, both blocking and threaded. + IP contains support functions for the Internet Protocol (IP). TCP/IP support is in different classes (see [StreamPeerTCP] and [TCP_Server]). IP provides DNS hostname resolution support, both blocking and threaded. </description> <tutorials> </tutorials> |