Skip to content

Commit 7c55cf7

Browse files
Fix fibonacci challenge example solution not displayed
Added a linebreak between the details tag and the code block.
1 parent 70a1d59 commit 7c55cf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/csharp/tour-of-csharp/tutorials/list-collection.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Did you come up with something like this?
7777

7878
<!-- markdownlint-disable MD033 -->
7979
<details>
80+
8081
:::code language="csharp" interactive="try-dotnet-method" source="./snippets/ListCollection/Program.cs" id="Answer":::
8182

8283
With each iteration of the loop, you're taking the last two integers in the list, summing them, and adding that value to the list. The loop repeats until you added 20 items to the list.

0 commit comments

Comments
 (0)