From 204bcee951d5143cc9de2fc7b81b3d8e92d1009d Mon Sep 17 00:00:00 2001 From: hazohelet <48541090+hazohelet@users.noreply.github.com> Date: Sat, 6 Jul 2019 12:36:52 +0900 Subject: [PATCH] fix typo --- compiler/table.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/table.v b/compiler/table.v index 1de6cbcfb5..67f9a711e2 100644 --- a/compiler/table.v +++ b/compiler/table.v @@ -9,7 +9,7 @@ mut: types []Type consts []Var fns map[string]Fn - obf_ids map[string]int // obf_ids 'myfunction'] == 23 + obf_ids map[string]int // obf_ids['myfunction'] == 23 packages []string // List of all modules registered by the application imports []string // List of all imports flags []string // ['-framework Cocoa', '-lglfw3']