This commit is contained in:
Volker Berlin 2018-12-05 17:55:15 +01:00
parent f5e5d11af7
commit 6f64f957b2

View File

@ -27,7 +27,7 @@ import de.inetsoftware.jwebassembly.wasm.StorageType;
import de.inetsoftware.jwebassembly.wasm.ValueType; import de.inetsoftware.jwebassembly.wasm.ValueType;
/** /**
* WasmInstruction for numeric operation. * WasmInstruction for an array operation.
* *
* @author Volker Berlin * @author Volker Berlin
* *
@ -39,7 +39,7 @@ class WasmArrayInstruction extends WasmInstruction {
private final StorageType type; private final StorageType type;
/** /**
* Create an instance of numeric operation. * Create an instance of an array operation.
* *
* @param op * @param op
* the array operation * the array operation