Skip to content

Commit 1451260

Browse files
committed
reviewer comments
1 parent 06a7190 commit 1451260

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • exercises/concept/last-will/.docs

exercises/concept/last-will/.docs/hints.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
## General
44

55
- Do not change the code in the families' namespaces.
6-
- Do not copy the values into your code, call the functions.
6+
- Do not copy the values into your code, call the methods.
77

88
## 1. Take your seat in front of the families and lay out your papers
99

10-
- The namespace has to be called `EstateExecutor` for the tests to work.
10+
- The namespace has to be called `EstateExecutor` for your solution to pass the tests.
1111

1212
## 2. Find the secret account number
1313

1414
Each `bank_number_part` has to be called with the `secret_modifier` from the parameter list.
1515

1616
## 3. Last step: Enter the secret code
1717

18-
- You can call functions from nested namespaces like this `OuterNamespace::InnerNamespace::my_function`.
18+
- You can call methods from nested namespaces like this `OuterNamespace::InnerNamespace::my_method`.
1919

20-
- Take care to add the blue and the red fragments separately before multiplicating both parts.
20+
- Take care to add the blue and the red fragments separately before multiplicating both parts.

0 commit comments

Comments
 (0)