Skip to content

Commit b08a139

Browse files
committed
Fixes more accidental markdown refs #2022
1 parent 5925052 commit b08a139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/glossary.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ Not Yet Implemented
723723
=head1 opcode
724724
X<|opcode>
725725
726-
An opcode, or operation code, is a bytecode operation, that is, a command of the language actually used on the virtual machine. They are not usually intended for human consumption, but they are usually specified somewhere, like [this document for MoarVM](https://github.com/MoarVM/MoarVM/blob/27a7befed3c38e2e5dbf7a44f8546dc226b41297/docs/bytecode.markdown).
726+
An opcode, or operation code, is a bytecode operation, that is, a command of the language actually used on the virtual machine. They are not usually intended for human consumption, but they are usually specified somewhere, like L<this document for MoarVM|https://github.com/MoarVM/MoarVM/blob/master/docs/bytecode.markdown>.
727727
728728
=head1 Operator
729729
X<|Operator>

0 commit comments

Comments
 (0)