Stefan Schuermans commited on 2019-08-14 17:34:51
Showing 1 changed files, with 2 additions and 2 deletions.
... | ... |
@@ -19,7 +19,7 @@ |
19 | 19 |
</p> |
20 | 20 |
<h3>Colors</h3> |
21 | 21 |
<p> |
22 |
- The colors of the different element of a pong field are configurable. |
|
22 |
+ The colors of the different elements of a pong field are configurable. |
|
23 | 23 |
All of them are given in web notation, i.e., as 6 hexadecimal digits - |
24 | 24 |
2 digits for read, green and blue. |
25 | 25 |
The color is automatically converted to the selected format |
... | ... |
@@ -134,7 +134,7 @@ |
134 | 134 |
The name of the operator connection interfaces provided by this module |
135 | 135 |
is the module name plus the side of the player. Thus, the operator |
136 | 136 |
connection interface for the left player is <code>pongs/NAME/left</code> |
137 |
- and the one for the right player is <code>pongs/NAME/right</code> |
|
137 |
+ and the one for the right player is <code>pongs/NAME/right</code>. |
|
138 | 138 |
</p> |
139 | 139 |
</body> |
140 | 140 |
</html> |
141 | 141 |