Skip to content

Commit f36670e

Browse files
c-gitahans
andauthored
Update exercises/concept/last-will/.docs/introduction.md
Improve readability of the sentence Co-authored-by: Alexander Hans <ahans@users.noreply.github.com>
1 parent 218e377 commit f36670e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 is 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)