Skip to content

Commit 2a005f6

Browse files
authored
fix(last-will): small typo (#994)
1 parent 361d583 commit 2a005f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

33
## Namespaces
44

5-
An important method for code organization are namespaces.
5+
An important method for code organization is the use of namespaces.
66
Two functions might have a naming collision, which can be resolved by putting them in different namespaces.
77
Namespaces can be nested, which might help to structure big code bases.
88
Access to the namespaces is done via the scope-resolution operator `::`.

0 commit comments

Comments
 (0)