Skip to content

Commit

Permalink
bitwise 'Name' method in docs returns correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
jobez committed Oct 25, 2023
1 parent f08fbfd commit 99eb928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2875,7 +2875,7 @@ func (b *BitwiseBuiltinRunner) Base() memory.Relocatable {
}
func (b *BitwiseBuiltinRunner) Name() string {
return "range_check"
return "bitwise"
}
```
Expand Down

0 comments on commit 99eb928

Please sign in to comment.