Fix capitalization in CP.200 (#1373)

This commit is contained in:
Amir Livneh 2019-03-08 09:15:50 -05:00 committed by Sergey Zubkov
parent 6d94ce30dd
commit e93462e1d7

View File

@ -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