Fixed typo in reference documentation.

This commit is contained in:
Oliver Gierke
2011-10-14 13:17:40 +02:00
parent 620fc876f4
commit 9f62efa47c

View File

@@ -1903,7 +1903,7 @@ ValueObject [id=c, value=2.0]
ValueObject [id=d, value=1.0]
</programlisting> The MapReduceResults class implements
<classname>Iterable</classname> and provides access to the raw output,
as well as timing and count statisticas. The
as well as timing and count statistics. The
<classname>ValueObject</classname> class is simply <programlisting
language="java">
public class ValueObject {