fix typo
diff --git a/doc/wiki/Documentation.txt b/doc/wiki/Documentation.txt
index 67a06c1..683a49e 100644
--- a/doc/wiki/Documentation.txt
+++ b/doc/wiki/Documentation.txt
@@ -412,7 +412,7 @@
 

 === Dumping YAML ===

 

-The '''`Yaml.dump(Object data)`''' function accepts a Java object and produces a YAML document.

+The '''`Yaml.dump(Object data)`''' method accepts a Java object and produces a YAML document.

 (the source is [http://trac-hg.assembla.com/snakeyaml/browser/src/test/java/examples/DumpExampleTest.java here])

 {{{

 public void testDump() {