Fixed typo.

This commit is contained in:
Bruce Hill 2018-03-29 14:11:09 -07:00
parent 3d549a53b7
commit a46da5240d
2 changed files with 2 additions and 2 deletions

View File

@ -702,7 +702,7 @@ ldb = {
select_pad(pads.vars)
elseif ('d'):byte() == _exp_0 then
select_pad(pads.values)
elseif (':'):byte() == _exp_0 or ('>'):btye() == _exp_0 or ('?'):byte() == _exp_0 then
elseif (':'):byte() == _exp_0 or ('>'):byte() == _exp_0 or ('?'):byte() == _exp_0 then
C.echo(true)
local code = ''
if c == ('?'):byte() then

View File

@ -507,7 +507,7 @@ ldb = {
when ('d')\byte!
select_pad(pads.values) -- (D)ata
when (':')\byte!, ('>')\btye!, ('?')\byte!
when (':')\byte!, ('>')\byte!, ('?')\byte!
C.echo(true)
code = ''
if c == ('?')\byte!