mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Fix capitalization in CP.200 (#1373)
This commit is contained in:
committed by
Sergey Zubkov
parent
6d94ce30dd
commit
e93462e1d7
@@ -15106,7 +15106,7 @@ Unless you are writing the lowest level code manipulating hardware directly, con
|
|||||||
|
|
||||||
##### Example
|
##### Example
|
||||||
|
|
||||||
Usually C++ code receives `volatile` memory that is owned Elsewhere (hardware or another language):
|
Usually C++ code receives `volatile` memory that is owned elsewhere (hardware or another language):
|
||||||
|
|
||||||
int volatile* vi = get_hardware_memory_location();
|
int volatile* vi = get_hardware_memory_location();
|
||||||
// note: we get a pointer to someone else's memory here
|
// note: we get a pointer to someone else's memory here
|
||||||
|
|||||||
Reference in New Issue
Block a user