diff options
Diffstat (limited to 'Documentation/guides')
-rw-r--r-- | Documentation/guides/application-developer.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/guides/application-developer.rst b/Documentation/guides/application-developer.rst index 11447643..462efe24 100644 --- a/Documentation/guides/application-developer.rst +++ b/Documentation/guides/application-developer.rst @@ -419,7 +419,7 @@ and the bytes used, as described in the `FrameMetadata`_ documentation. const FrameMetadata &metadata = buffer->metadata(); } -For this example application, inside the ``for`` loop from above, we ca print +For this example application, inside the ``for`` loop from above, we can print the Frame sequence number and details of the planes. .. code:: cpp |