We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49bade5 commit 0a73edeCopy full SHA for 0a73ede
vlib/v/ast/types.v
@@ -104,7 +104,7 @@ pub fn pref_arch_to_table_language(pref_arch pref.Arch) Language {
104
// Note: For a Type, use:
105
// * Table.type_to_str(typ) not TypeSymbol.name.
106
// * Table.type_kind(typ) not TypeSymbol.kind.
107
-// Each TypeSymbol is entered into `Table.types`.
+// Each TypeSymbol is entered into `Table.type_symbols`.
108
// See also: Table.sym.
109
@[minify]
110
pub struct TypeSymbol {
0 commit comments