Skip to content

Commit

Permalink
Update data/transactions/logic/assembler.go
Browse files Browse the repository at this point in the history
Co-authored-by: Gary Malouf <[email protected]>
  • Loading branch information
jannotti and gmalouf authored Nov 22, 2024
1 parent ffe7045 commit cbe9c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/transactions/logic/assembler.go
Original file line number Diff line number Diff line change
Expand Up @@ -2738,7 +2738,7 @@ func AssembleString(text string) (*OpStream, error) {
return AssembleStringWithVersion(text, assemblerNoVersion)
}

// MustAssemble assembles a program an panics on error. It is useful for
// MustAssemble assembles a program and panics on error. It is useful for
// defining globals.
func MustAssemble(text string) []byte {
ops, err := AssembleString(text)
Expand Down

0 comments on commit cbe9c5b

Please sign in to comment.