From da41962848fd75ca8814feb6b6bce4667ea4e61a Mon Sep 17 00:00:00 2001 From: Eugene Leonovich Date: Thu, 13 Jun 2019 22:41:52 +0200 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 794a6f94..ed01c456 100755 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Name | Type | Default | Description *uri* | string | 'tcp://127.0.0.1:3301' | The connection uri that is used to create a `StreamConnection` object. *connect_timeout* | integer | 5 | The number of seconds that the client waits for a connect to a Tarantool server before throwing a `ConnectionFailed` exception. *socket_timeout* | integer | 5 | The number of seconds that the client waits for a respond from a Tarantool server before throwing a `CommunicationFailed` exception. -*tcp_nodelay* | boolean | true | Whether the Nagle algorithm is disabled on TPC connections. +*tcp_nodelay* | boolean | true | Whether the Nagle algorithm is disabled on a TCP connection. *username* | string | | The username for the user being authenticated. *password* | string | '' | The password for the user being authenticated. If the username is not set, this option will be ignored. *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.