We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361d583 commit 218e377Copy full SHA for 218e377
1 file changed
exercises/concept/last-will/.docs/introduction.md
@@ -2,7 +2,7 @@
2
3
## Namespaces
4
5
-An important method for code organization are namespaces.
+An important method for code organization is namespaces.
6
Two functions might have a naming collision, which can be resolved by putting them in different namespaces.
7
Namespaces can be nested, which might help to structure big code bases.
8
Access to the namespaces is done via the scope-resolution operator `::`.
0 commit comments