mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Fix typo (#2051)
This commit is contained in:
@@ -2850,7 +2850,7 @@ Suppression of unused parameter warnings.
|
||||
|
||||
##### Note
|
||||
|
||||
Allowing parameters to be unnamed was introduced in the early 1980 to address this problem.
|
||||
Allowing parameters to be unnamed was introduced in the early 1980s to address this problem.
|
||||
|
||||
If parameters are conditionally unused, declare them with the `[[maybe_unused]]` attribute.
|
||||
For example:
|
||||
|
||||
Reference in New Issue
Block a user