Skip to content

Commit

Permalink
chore(docs): consistent case for opcode/length
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepeterson committed Jul 13, 2024
1 parent d833b97 commit 01d5f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembler/instructions.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package assembler

// Instruction stores a single instruction, made up of a one byte Opcode and an instruction length.
// Instruction stores a single instruction, made up of a one byte opcode and an instruction length.
type Instruction struct {
Opcode byte
Length int
Expand Down

0 comments on commit 01d5f88

Please sign in to comment.