Skip to content

Commit 30cea3c

Browse files
committed
fix doc
1 parent 0f79496 commit 30cea3c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

include/zenoh/api/enums.hxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ typedef ::z_reliability_t Reliability;
5757

5858
/// Congestion control values.
5959
///
60-
/// Values:
60+
/// Values:
6161
/// - **Z_CONGESTION_CONTROL_BLOCK**: Defines congestion control as "block". Messages are not dropped in case of
6262
/// congestion control
6363
/// - **Z_CONGESTION_CONTROL_DROP**: Defines congestion control as "drop". Messages are dropped in case of
6464
/// congestion control
6565
/// - **Z_CONGESTION_CONTROL_BLOCK_FIRST**: Defines congestion control as "block first". Messages except the first
6666
/// one are dropped in case of congestion control
67-
/// @warning **Z_CONGESTION_CONTROL_BLOCK_FIRST** has been marked as unstable: it works as advertised, but it may be changed in a future
67+
/// @warning **Z_CONGESTION_CONTROL_BLOCK_FIRST** has been marked as unstable: it works as advertised, but it may be changed in a future
6868
/// release.
69-
/// @note **Z_CONGESTION_CONTROL_BLOCK_FIRST** is Zenoh-c only.
69+
/// @note **Z_CONGESTION_CONTROL_BLOCK_FIRST** is Zenoh-c only.
7070
///
7171
typedef ::z_congestion_control_t CongestionControl;
7272

0 commit comments

Comments
 (0)