From b5f96c356430eec31bff149fc8f836c34a2be15a Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 8 Jan 2015 14:10:36 -0600 Subject: [PATCH] Fix REST guide formatting A missing - caused the end of the REST guide to be escaped. Fixes gh-96 --- docs/src/docs/asciidoc/guides/rest.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/asciidoc/guides/rest.adoc b/docs/src/docs/asciidoc/guides/rest.adoc index c6d2512..4daa499 100644 --- a/docs/src/docs/asciidoc/guides/rest.adoc +++ b/docs/src/docs/asciidoc/guides/rest.adoc @@ -170,7 +170,7 @@ You will see in the output that the x-auth-token provides an empty String indica HTTP/1.1 204 No Content ... x-auth-token: ---- +---- === How does it work?