From d50dd67612668bd3fcaa9335decddbea111d8fcc Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Thu, 22 Dec 2022 08:05:34 +1100 Subject: docs: Fixed editing errors in C++ coding guidelines. --- docs/source/contributing/cxx.rst | 4 ++-- 1 file 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. -- cgit v1.2.3