diff options
author | 2022-12-22 08:05:34 +1100 | |
---|---|---|
committer | 2022-12-22 08:05:34 +1100 | |
commit | d50dd67612668bd3fcaa9335decddbea111d8fcc (patch) | |
tree | 4c8f8ae762a11f98094d673880e2a272db1c5c55 | |
parent | 3377cb0ccd69089b940341eb8901eb530eee3e64 (diff) |
docs: Fixed editing errors in C++ coding guidelines.
-rw-r--r-- | docs/source/contributing/cxx.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/contributing/cxx.rst b/docs/source/contributing/cxx.rst index 8a0e26feea7..67ac6f678f8 100644 --- a/docs/source/contributing/cxx.rst +++ b/docs/source/contributing/cxx.rst @@ -399,8 +399,8 @@ channels: The above example also makes use of a helper function which is available in all derivatives of ``device_t``: ``machine().describe_context()``. -This function will return a string that describe the emulation context -in which the function is being run. This includes the full-qualified +This function will return a string that describes the emulation context +in which the function is being run. This includes the fully-qualified tag of the currently executing device (if any). If the relevant device implements ``device_state_interface``, it will also include the current program-counter value reported by the device. |