From 6a616cf06e10ca2ac687abd60599a92707d860dc Mon Sep 17 00:00:00 2001 From: Joe Ellis Date: Thu, 2 May 2019 17:55:32 +0100 Subject: [PATCH] Fix formatting (#75) --- doc/java_api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/java_api/README.md b/doc/java_api/README.md index 859ce85..1e91191 100644 --- a/doc/java_api/README.md +++ b/doc/java_api/README.md @@ -63,7 +63,7 @@ With a `Server` instance in hand, you can provision Cluster and Nodes using `Ser `register` returns `BoundCluster` and `BoundNode` instances which each implement [`java.io.AutoCloseable`][AutoCloseable] and thus can be used in a `try-with-resources` block such that when the `try` -block` exits, the `BoundCluster` or `BoundNode` is automatically unregistered with the `Server`. +block exits, the `BoundCluster` or `BoundNode` is automatically unregistered with the `Server`. To register a single `BoundNode`: