瀏覽代碼

Update 'README.md'

git-leon 5 年之前
父節點
當前提交
a81447fe0a
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      README.md

+ 1
- 0
README.md 查看文件

@@ -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?