mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
Fixed minor typo in section P.2.
This commit is contained in:
@@ -435,7 +435,7 @@ very hard in general.
|
|||||||
##### Note
|
##### Note
|
||||||
|
|
||||||
There are environments where extensions are necessary, e.g., to access system resources.
|
There are environments where extensions are necessary, e.g., to access system resources.
|
||||||
In such cases, localize to use of necessary extensions and control their use with non-core Coding Guidelines.
|
In such cases, localize the use of necessary extensions and control their use with non-core Coding Guidelines.
|
||||||
|
|
||||||
##### Note
|
##### Note
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user