Fix capitalization in CP.200 (#1373)

pull/1374/head
Amir Livneh 7 years ago 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
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();
// note: we get a pointer to someone else's memory here

Loading…
Cancel
Save