Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serges147 committed Dec 10, 2024
1 parent a0ca830 commit 7f118b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nunavut/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -818,8 +818,8 @@ def extension_type(raw_arg: str) -> str:
Instruct support header generators to disable entry buffer checks in serialization routines.
Serialization will be still safe (no buffer overflows) but it might fail during the operation
with NUNAVUT_ERROR_SERIALIZATION_BUFFER_TOO_SMALL error if provided buffer ends up being too small.
This option useful for systems with limited resources where messages is known to be small,
and so much smaller buffers can be used (comparing to the maximum possible capacity).
This option useful for systems with limited resources where messages are known to be small,
and smaller serialization buffers can be used (comparing to the maximum possible capacity).
"""
).lstrip(),
Expand Down

0 comments on commit 7f118b8

Please sign in to comment.