In the rest.client.adoc documentation, the YAML example for HTTP client
configuration contains a trailing semicolon in the read-timeout value.
Current:
Expected:
The semicolon is not valid YAML syntax and could cause confusion
or errors when users copy the example.
I'd be happy to submit a PR to fix this.
In the
rest.client.adocdocumentation, the YAML example for HTTP clientconfiguration contains a trailing semicolon in the
read-timeoutvalue.Current:
Expected:
The semicolon is not valid YAML syntax and could cause confusion
or errors when users copy the example.
I'd be happy to submit a PR to fix this.