Skip to content

Commit 90706bb

Browse files
authored
fix: lasagna-master task 5 description (#841)
1 parent 304d35f commit 90706bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/lasagna-master/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ With a mixture of excitement and trepidation, you decide to reach out to your gr
9595
As expected, she responds in her cryptic manner, offering a single secret ingredient, wrapped in mystery.
9696

9797
Your great-grand auntie's contribution adds a layer of complexity, that you want to use in your recipe.
98-
Implement another version of the `addSecretIngredient` function that accepts two arguments: a const reference to a vector representing the friend's list of ingredients and a single string representing the enigmatic offering from your great-grand auntie.
98+
Implement another version of the `addSecretIngredient` function that accepts two arguments: a reference to a vector representing your list of ingredients and a single string representing the enigmatic offering from your great-grand auntie.
9999

100100
```cpp
101101
std::vector<std::string> myList{"noodles", "meat", "sauce", "mozzarella", "?"};

0 commit comments

Comments
 (0)