Skip to content

Commit

Permalink
changed: simplify a phrase to improve clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
dalprahcd authored and lpil committed Apr 3, 2024
1 parent 3ee96c0 commit c34fcbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exercises/concept/bandwagoner/.docs/hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
## 7. Check if you should root for a team

- The best way to execute logic based on the team's value is to use a case expression.
- If you want to add an additional condition to a pattern, you can add a guard.
- If you want to add a condition to a pattern, you can use a guard.
- Pattern matching works for records within records.
2 changes: 1 addition & 1 deletion exercises/concept/bandwagoner/.docs/instructions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Instructions

In this exercise you're a big sports fan and you've just discovered a passion for NBA basketball. Being new to NBA basketball, you're doing a deep dive into NBA history, keeping track of teams, coaches, their win/loss stats and comparing them against each other.
In this exercise you're a big sports fan and you've just discovered a passion for NBA basketball. Being new to NBA basketball, you're doing a deep dive into NBA history, keeping track of teams, coaches, their win/loss stats, and comparing them against each other.

As you don't yet have a favorite team, you'll also be developing an algorithm to figure out whether to root for a particular team.

Expand Down

0 comments on commit c34fcbb

Please sign in to comment.