Browse Source

Fixed typo

Alois Mahdal (@azzgoat) 12 years ago
parent
commit
c2ce0a23b6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      examples/objects.md

+ 1
- 1
examples/objects.md View File

11
 Sometimes, to achieve desired result, you need to perform scenario on different
11
 Sometimes, to achieve desired result, you need to perform scenario on different
12
 objects. Typically this is case in server-client scenario: you set up a server,
12
 objects. Typically this is case in server-client scenario: you set up a server,
13
 connect client, do something with client, do something with server, connect
13
 connect client, do something with client, do something with server, connect
14
-another client observe server, you get the pint.
14
+another client observe server, you get the point.
15
 
15
 
16
 In order to filter out repeating all the clients and servers, and allow for a
16
 In order to filter out repeating all the clients and servers, and allow for a
17
 more intuitive representation (e.g. an icon), we need to introduce a special
17
 more intuitive representation (e.g. an icon), we need to introduce a special