浏览代码

Update README.md

Git-Leon 7 年前
父节点
当前提交
627035f91c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -175,7 +175,7 @@
175 175
 -
176 176
 # Notice the Design Flaw - Non-Intuitive Orientation
177 177
 * You may have notice that `findById` makes it difficult to intuitively identify _which_ `Person` object is being returned.<br>
178
-Additionally, it's challengaing to ensure **every** `Person` instance has a unique ID amongst its respective `People` subclass.<br>
178
+Additionally, it's challenging to ensure **every** `Person` instance has a unique ID amongst its respective `People` subclass.<br>
179 179
 To remedy this issue, we redesign and refactor.
180 180
 
181 181
 ### Part 11.1 - Create `Educator` enum