mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Fix typo (#2051)
This commit is contained in:
parent
e80373f226
commit
8e3723f18f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user