Skip to content

Commit 218e377

Browse files
authored
fix: small typo
Subject verb agreement
1 parent 361d583 commit 218e377

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 are namespaces.
5+
An important method for code organization is 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)