Skip to content

Commit fa3d4fd

Browse files
committed
Typo
1 parent f10db7d commit fa3d4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assign3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Part of the challenge of this assignment is becoming familiar with a poorly arch
6868

6969
`ingredients.py` defined an `Ingredient` and `IngredientList` class. How useful are these classes? Could we simplify them? Make them act like other data structures?
7070

71-
`recipe.py` defines the `Recipe` class and the `RecipeBook` class. They currently don't have any interested methods or functions.
71+
`recipe.py` defines the `Recipe` class and the `RecipeBook` class. They currently don't have any interesting methods or functions.
7272

7373
`recipes.json` is the JSON file containing a static dump of recipes.
7474

0 commit comments

Comments
 (0)