From 78899710c4fe8d18373566d3e062cc05ec8bc05f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A7=81=2E=E0=B3=83=E0=BF=94=E2=8B=86=E3=80=8E=E5=A4=9C?= =?UTF-8?q?=E5=85=89=E3=80=8F=E2=8B=86=2E=E0=B3=83=E0=BF=94=EA=A7=82?= Date: Sun, 19 Oct 2025 15:29:09 +0200 Subject: [PATCH] Fixed a typo in instructions for bank-account exercise "approuch" --> "approach" --- exercises/practice/bank-account/.docs/instructions.append.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/practice/bank-account/.docs/instructions.append.md b/exercises/practice/bank-account/.docs/instructions.append.md index 3b20e94cf1..fb43fcfaa1 100644 --- a/exercises/practice/bank-account/.docs/instructions.append.md +++ b/exercises/practice/bank-account/.docs/instructions.append.md @@ -1,4 +1,4 @@ # Hints -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). +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). Note though that you then only store the numeric value of a currency.