Skip to content

Commit 2ca5519

Browse files
authored
Fix backtick in README.
Fix backtick. [resolves pgjdbc#633]
1 parent 38ed842 commit 2ca5519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Mono<Connection> connectionMono = Mono.from(connectionFactory.create());
8888
| `fetchSize` | The default number of rows to return when fetching results. Defaults to `0` for unlimited. _(Optional)_
8989
| `forceBinary` | Whether to force binary transfer. Defaults to `false`. _(Optional)_
9090
| `hostRecheckTime` | Host status recheck time when using multi-server operations. Defaults to `10 seconds`. _(Optional)_
91-
| `loadBalanceHosts` | Whether to shuffle the list of given hostnames before connect when using multi-server operations. Defaults to `true. _(Optional)_
91+
| `loadBalanceHosts` | Whether to shuffle the list of given hostnames before connect when using multi-server operations. Defaults to `true`. _(Optional)_
9292
| `loopResources` | TCP/Socket LoopResources (depends on the endpoint connection type). _(Optional)_
9393
| `lockWaitTimeout` | Lock wait timeout. _(Optional)_
9494
| `noticeLogLevel` | Log level for error responses. Any of `OFF`, `DEBUG`, `INFO`, `WARN` or `ERROR` Defaults to `DEBUG`. _(Optional)_

0 commit comments

Comments
 (0)