瀏覽代碼

Fixed typo

Alois Mahdal (@azzgoat) 13 年之前
父節點
當前提交
c2ce0a23b6
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      examples/objects.md

+ 1
- 1
examples/objects.md 查看文件

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