From 748b7e5b89afc83133512564c5312346f4741b58 Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Mon, 20 May 2019 22:23:40 +0200 Subject: [PATCH] Api Doc --- src/de/inetsoftware/jwebassembly/module/ModuleWriter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/de/inetsoftware/jwebassembly/module/ModuleWriter.java b/src/de/inetsoftware/jwebassembly/module/ModuleWriter.java index a2ad815..4508a64 100644 --- a/src/de/inetsoftware/jwebassembly/module/ModuleWriter.java +++ b/src/de/inetsoftware/jwebassembly/module/ModuleWriter.java @@ -232,7 +232,7 @@ public abstract class ModuleWriter implements Closeable { * @param type * the base type that should be called * @param virtualFunctionIdx - * the index of the virtual method in the object. If the value < 0 a direct call should be used. + * the index of the virtual method in the object. If the value < 0 a direct call should be used. * @throws IOException * if any I/O error occur */