Skip to content

Commit 7889971

Browse files
authored
Fixed a typo in instructions for bank-account exercise
"approuch" --> "approach"
1 parent 2f1ba6b commit 7889971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Hints
22

3-
This exercise requires you to handle data related to currency and money. A normal approuch is to use the [Decimal](https://docs.microsoft.com/en-us/dotnet/api/system.decimal).
3+
This exercise requires you to handle data related to currency and money. A normal approach is to use the [Decimal](https://docs.microsoft.com/en-us/dotnet/api/system.decimal).
44
Note though that you then only store the numeric value of a currency.

0 commit comments

Comments
 (0)