Alois Mahdal (@azzgoat) 13 年 前
コミット
af15269721
共有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 point.
14
+another client, observe server, you get the point.
15
 
15
 
16
 In order to filter out repeating of all the clients and servers, and allow for
16
 In order to filter out repeating of all the clients and servers, and allow for
17
 a more intuitive representation (e.g. an icon), we need to introduce a special
17
 a more intuitive representation (e.g. an icon), we need to introduce a special