Skip to content

Commit a4de096

Browse files
Merge pull request #318 from BKaneAtWork/patch-1
typo: missing closing parenthesis
2 parents d26d0b5 + a4bfd05 commit a4de096

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/howtos/pages/managing-connections.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include::example$ManagingConnections.java[tag=simpleconnect,indent=0]
2020
----
2121

2222
NOTE: If you are connecting to a version of Couchbase Server older than 6.5, it will be more efficient if the addresses are those of data (KV) nodes.
23-
You will in any case, with 7.0 and earlier, need to open a ``Bucket` instance before connecting to any other HTTP services (such as _Query_ or _Search_.
23+
You will in any case, with 7.0 and earlier, need to open a ``Bucket` instance before connecting to any other HTTP services (such as _Query_ or _Search_).
2424

2525
In a production environment, your connection string should include the addresses of multiple server nodes in case some are currently unavailable.
2626
Multiple addresses may be specified in a connection string by delimiting them with commas:

0 commit comments

Comments
 (0)