[DOCS] IP.xml typo fix
This commit is contained in:
parent
ac23cd8763
commit
a2385cb992
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<class name="IP" inherits="Object" category="Core" version="3.0-beta">
|
<class name="IP" inherits="Object" category="Core" version="3.0-beta">
|
||||||
<brief_description>
|
<brief_description>
|
||||||
IP Protocol support functions like DNS resolution.
|
Internet protocol (IP) support functions like DNS resolution.
|
||||||
</brief_description>
|
</brief_description>
|
||||||
<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>
|
</description>
|
||||||
<tutorials>
|
<tutorials>
|
||||||
</tutorials>
|
</tutorials>
|
||||||
|
|
Loading…
Add table
Reference in a new issue