fix typo in parser

pull/614/head
jumblerg 2019-06-25 14:42:13 -04:00 committed by Alex Medvednikov
parent 7298a961c9
commit a911146182
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ fn (p mut Parser) struct_decl() {
is_method: true
receiver_typ: name
}
println('is interfaace. field=$field_name run=$p.run')
println('is interface. field=$field_name run=$p.run')
p.fn_args(mut interface_method)
p.fspace()
interface_method.typ = p.get_type()// method return type