vm: use Boolean
in (*BoolItem).String()
This commit is contained in:
parent
6add4f3e50
commit
6541bd4d42
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ func (i *BoolItem) MarshalJSON() ([]byte, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (i *BoolItem) String() string {
|
func (i *BoolItem) String() string {
|
||||||
return "Bool"
|
return "Boolean"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dup implements StackItem interface.
|
// Dup implements StackItem interface.
|
||||||
|
|
Loading…
Reference in a new issue