Skip to content

Commit da41962

Browse files
committed
Fix typo in README.md
1 parent 4724179 commit da41962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Name | Type | Default | Description
108108
*uri* | string | 'tcp://127.0.0.1:3301' | The connection uri that is used to create a `StreamConnection` object.
109109
*connect_timeout* | integer | 5 | The number of seconds that the client waits for a connect to a Tarantool server before throwing a `ConnectionFailed` exception.
110110
*socket_timeout* | integer | 5 | The number of seconds that the client waits for a respond from a Tarantool server before throwing a `CommunicationFailed` exception.
111-
*tcp_nodelay* | boolean | true | Whether the Nagle algorithm is disabled on TPC connections.
111+
*tcp_nodelay* | boolean | true | Whether the Nagle algorithm is disabled on a TCP connection.
112112
*username* | string | | The username for the user being authenticated.
113113
*password* | string | '' | The password for the user being authenticated. If the username is not set, this option will be ignored.
114114
*max_retries* | integer | 0 | The number of times the client retries unsuccessful request. If set to 0, the client does not try to resend the request after the initial unsuccessful attempt.

0 commit comments

Comments
 (0)