Skip to content

Commit

Permalink
style: 변수명 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
serena0720 committed May 11, 2023
1 parent 7354c4f commit ebac193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JuiceMaker/JuiceMaker/Model/JuiceMaker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ struct JuiceMaker {

func makeJuice(juice: Juice) {
do {
try self.fruitStore.useValidStock(juiceRecipes: juice.recipe)
try self.fruitStore.useValidStock(juiceRecipe: juice.recipe)
} catch FruitStoreError.notFoundFruit(let fruit) {
print("\(fruit.name)을/를 찾을 수 없습니다.")
} catch FruitStoreError.notEnoughStock(let fruit) {
Expand Down

0 comments on commit ebac193

Please sign in to comment.