Skip to content

Commit c4d8546

Browse files
thuvhBethanyG
authored andcommitted
fix typo in the instruction of guidos-gorgeous
- remove double in
1 parent 1772b07 commit c4d8546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/guidos-gorgeous-lasagna/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def elapsed_time_in_minutes(number_of_layers, elapsed_bake_time):
5757
5858
:param number_of_layers: int - the number of layers in the lasagna.
5959
:param elapsed_bake_time: int - elapsed cooking time.
60-
:return: int - total time elapsed (in in minutes) preparing and cooking.
60+
:return: int - total time elapsed (in minutes) preparing and cooking.
6161
6262
This function takes two integers representing the number of lasagna layers and the
6363
time already spent baking and calculates the total elapsed minutes spent cooking the

0 commit comments

Comments
 (0)