Skip to content

Commit 2dab7a2

Browse files
committed
typo
1 parent 9f08019 commit 2dab7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java.base/share/classes/java/lang/classfile/instruction/ConstantInstruction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public sealed interface ConstantInstruction extends Instruction {
8989
* </dl>
9090
*
9191
* @see Opcode.Kind#CONSTANT
92-
* @see ConstantInstruction#ofIntrinsic ConstantInstructioN::ofIntrinsic
92+
* @see ConstantInstruction#ofIntrinsic ConstantInstruction::ofIntrinsic
9393
* @since 24
9494
*/
9595
sealed interface IntrinsicConstantInstruction extends ConstantInstruction

0 commit comments

Comments
 (0)