Skip to content

Commit f9bb57b

Browse files
committed
[#4] Correct documentation typo for config
1 parent 8d2c936 commit f9bb57b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ payload data segment
162162
[`true`|`false`]: Defines if the request buffer of the service safely
163163
overflows.
164164
* `defaults.request-response.enable-safe-overflow-for-responses` -
165-
[`true`|`false`]: Defines if the request buffer of the service safely
165+
[`true`|`false`]: Defines if the response buffer of the service safely
166166
overflows.
167167
* `defaults.request-response.max-active-requests-per-client` - [int]:
168168
The maximum of active requests a server can hold per client

iceoryx2-cli/iox2-config/src/command/explain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ pub(crate) fn describe_schema(config: &Config) -> Vec<Section> {
328328
key: "defaults.request-response.enable-safe-overflow-for-responses",
329329
value_type: "`true`|`false`",
330330
default_value: config.defaults.request_response.enable_safe_overflow_for_responses.to_string(),
331-
description: "Defines if the request buffer of the service safely overflows.",
331+
description: "Defines if the response buffer of the service safely overflows.",
332332
},
333333
Field {
334334
key: "defaults.request-response.max-active-requests-per-client",

0 commit comments

Comments
 (0)