From 130b404dbab9315f26ed6335e43b3b3f58c2d650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ferreira=20Gonz=C3=A1lez?= Date: Thu, 27 Aug 2026 14:27:39 +0200 Subject: [PATCH] Fix minor typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Ferreira González --- docs/fastdds/env_vars/env_vars.rst | 2 +- docs/fastdds/rtps_layer/rtps_layer.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/fastdds/env_vars/env_vars.rst b/docs/fastdds/env_vars/env_vars.rst index 674552f1d..9a5318e8e 100644 --- a/docs/fastdds/env_vars/env_vars.rst +++ b/docs/fastdds/env_vars/env_vars.rst @@ -78,7 +78,7 @@ All existing values, along with a brief description, are shown below: | | when possible. | +----------------------------+------------------------------------------------------------------------------+ | ``DEFAULTv6`` | UDPv6 and SHM transports will be instantiated. SHM transport has priority | -| | over the UDPv4 transport. Meaning that SHM will always be used | +| | over the UDPv6 transport. Meaning that SHM will always be used | | | when possible. | +----------------------------+------------------------------------------------------------------------------+ | ``SHM`` | Only a SHM transport will be instantiated. | diff --git a/docs/fastdds/rtps_layer/rtps_layer.rst b/docs/fastdds/rtps_layer/rtps_layer.rst index 37040820f..e65f88b7e 100644 --- a/docs/fastdds/rtps_layer/rtps_layer.rst +++ b/docs/fastdds/rtps_layer/rtps_layer.rst @@ -150,7 +150,7 @@ instantiated. | | when possible. | +----------------------------+------------------------------------------------------------------------------+ | ``DEFAULTv6`` | UDPv6 and SHM transports will be instantiated. SHM transport has priority | -| | over the UDPv4 transport. Meaning that SHM will always be used | +| | over the UDPv6 transport. Meaning that SHM will always be used | | | when possible. | +----------------------------+------------------------------------------------------------------------------+ | ``SHM`` | Only a SHM transport will be instantiated. |