Explorar el Código

Update 'README.md'

git-leon hace 5 años
padre
commit
a81447fe0a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      README.md

+ 1
- 0
README.md Ver fichero

@@ -79,6 +79,7 @@ In the following field declaration from the TicketMachine class<br>
79 79
 private int price;
80 80
 ```<br>
81 81
 does it matter which order the three words appear in?
82
+
82 83
 * Edit the `TicketMachine` class to try different orderings. After each change, close the editor.
83 84
 	* Does the appearance of the class diagram after each change give you a clue as to whether or not other orderings are
84 85
 possible?