Fix small doc mistakes

This commit is contained in:
Jonathan CHAMPION 2013-09-30 13:26:14 +02:00 committed by Luca Cavanna
parent e14e2a6597
commit 278e99ef69
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ GetResponse response = client.prepareGet("twitter", "tweet", "1")
.actionGet();
--------------------------------------------------
For more information on the index operation, check out the REST
For more information on the get operation, check out the REST
{ref}/docs-get.html[get] docs.

View File

@ -68,7 +68,7 @@ Download Page].
For example:
[source,java]
[source,xml]
--------------------------------------------------
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>