fix typo in last commit
This commit is contained in:
parent
9799eb2931
commit
dcb23e08d8
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ type Token struct {
|
|||
interface{} *_inner
|
||||
}
|
||||
|
||||
func eval(string input) string {
|
||||
func lex(string input) string {
|
||||
ret := new(Token)
|
||||
iter := &ret
|
||||
// buffered reader via new or make i dunno
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue