mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix typo
This commit is contained in:
parent
68b7ae26b3
commit
204bcee951
@ -9,7 +9,7 @@ mut:
|
|||||||
types []Type
|
types []Type
|
||||||
consts []Var
|
consts []Var
|
||||||
fns map[string]Fn
|
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
|
packages []string // List of all modules registered by the application
|
||||||
imports []string // List of all imports
|
imports []string // List of all imports
|
||||||
flags []string // ['-framework Cocoa', '-lglfw3']
|
flags []string // ['-framework Cocoa', '-lglfw3']
|
||||||
|
Loading…
Reference in New Issue
Block a user