Alois Mahdal (@azzgoat) il y a 11 ans
Parent
révision
24c72814eb
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      examples/objects.md

+ 2
- 2
examples/objects.md Voir le fichier

@@ -13,8 +13,8 @@ objects. Typically this is case in server-client scenario: you set up a server,
13 13
 connect client, do something with client, do something with server, connect
14 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
17
-more intuitive representation (e.g. an icon), we need to introduce a special
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
18 18
 markup for objects.
19 19
 
20 20