Skip to content

Commit

Permalink
Updated Markdown code block language
Browse files Browse the repository at this point in the history
As noted in !492, a Markdown code block used the F# language instead of Gleam, which results in an inconsistent styling.
  • Loading branch information
Varpie authored and giacomocavalieri committed Jul 3, 2024
1 parent 8aca4e7 commit 60e7b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/bandwagoner/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ replace_coach(team, new_coach)

While digging into stats, you're keeping lists of teams and their records. Sometimes, you get things wrong and there are duplicate entries on your list. Implement the `is_same_team` function that takes two teams and returns `True` if they are the same team, otherwise, return `False`:

```fsharp
```gleam
let pacers_coach = create_coach("Larry Bird", True)
let pacers_stats = create_stats(58, 24)
let pacers_team = create_team("Indiana Pacers", pacers_coach, pacers_stats)
Expand Down

0 comments on commit 60e7b49

Please sign in to comment.