Skip to content

Commit 74868e5

Browse files
committed
docs: updates lesson 10 verbiage for additional clarification
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 1dd2b4e commit 74868e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson_10/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
In this assignment, you will be given starting implementations for the `Library`, `Book`, and `Patron` classes. You will need to add the following enhancements to support new functionality:
2424

25-
* We now want to support the concept of a `Librarian`. A librarian should be able to check out or check in books just like other patrons. Items can no longer be added or removed from the `Library` without a librarian.
25+
* We now want to support the concept of a `Librarian`. A librarian should be able to check out or check in items just like other patrons. Items can no longer be added or removed from the `Library` without a librarian.
2626
* We also want to support other types of media formats, including `Dvd`, `Magazine`, and `Newspaper` types. Patrons cannot check out `Magazine` or `Newspaper` items.
2727
* [Optional Stretch] Add the ability to search for items in the library by title, ISBN, author, or type. Extra credit will not be assigned unless the previous requirements have been met.
2828
* [Optional Stretch] Add the ability for patrons to be members of multiple libraries. See previous note on extra credit.

0 commit comments

Comments
 (0)