瀏覽代碼

Update 'README.md'

Kristofer Younger 6 年之前
父節點
當前提交
9a102d51c4
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -19,7 +19,7 @@
19 19
 
20 20
 ![PhoneBookDesign](./PhoneBookUML.png)
21 21
 
22
-In this diagram, C stands for Class, f stnads for field, and m stands for method.
22
+In this diagram, C stands for Class, f stands for field, and m stands for method.
23 23
 So, it can give you a specification for the class and the things it needs to do.
24 24
 
25 25
 * Create a `PhoneBook` class that holds names and phone numbers.