summaryrefslogtreecommitdiffstats
path: root/docs/opcodes/opcode-1f-check-cast.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/opcodes/opcode-1f-check-cast.html')
-rw-r--r--docs/opcodes/opcode-1f-check-cast.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/opcodes/opcode-1f-check-cast.html b/docs/opcodes/opcode-1f-check-cast.html
index 6325ca47b..8eedd2dd7 100644
--- a/docs/opcodes/opcode-1f-check-cast.html
+++ b/docs/opcodes/opcode-1f-check-cast.html
@@ -15,7 +15,7 @@
<p>
Throw if the reference in the given register cannot be cast to the indicated
-type. The type must be a reference type (not a primitive type).
+type. The type must be a reference type (not a primitive type).
</p>
<h2>Details</h2>
@@ -53,8 +53,8 @@ type. The type must be a reference type (not a primitive type).
<li>
Type pool entry B must contain a valid type descriptor for a reference type.
</li>
-</ul>
-
+</ul>
+
<h2>Behavior</h2>
<ul>