Skip to content

Commit 939b0e3

Browse files
authored
Fix grammar in currency-exchange hint (#3529)
This is a tiny thing, and it probably wouldn't confuse people who are actually doing the exercise. I came across it because I was doing a full audit of instances where we say 'amount of ...' since there were several instances where it should have been 'number of ...'. At first I thought this was supposed to be 'number of changes', but then in the context of the exercise it turns out that it was a different problem entirely :)
1 parent 166a0d8 commit 939b0e3

File tree

1 file changed

+1
-1
lines changed
  • exercises/concept/currency-exchange/.docs

1 file changed

+1
-1
lines changed

exercises/concept/currency-exchange/.docs/hints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## 2. Calculate currency left after an exchange
1212

13-
- You can use the [subtraction operator][subtraction-operator] to get the amount of changes.
13+
- You can use the [subtraction operator][subtraction-operator] to get the amount of change.
1414

1515
## 3. Calculate value of bills
1616

0 commit comments

Comments
 (0)