Don't conflate fields with tables

This commit is contained in:
peelz
2022-08-03 21:34:42 -04:00
parent 512b95d89c
commit 2f5add1999
4 changed files with 21 additions and 37 deletions
@@ -284,7 +284,7 @@ local {type.Name} = {EMPTY_TABLE}";
lsb.Append(name);
lsb.Append($", Field of type {returnName}\n");
lsb.Append($"-- @realm shared\n");
lsb.Append($"-- @{returnName} {name}\n");
lsb.Append($"-- @field {name}\n");
lsb.Append("\n");
sb.Append(lsb);
@@ -312,7 +312,7 @@ local {type.Name} = {EMPTY_TABLE}";
lsb.Append(name);
lsb.Append($", Field of type {returnName}\n");
lsb.Append($"-- @realm shared\n");
lsb.Append($"-- @{returnName} {name}\n");
lsb.Append($"-- @field {name}\n");
lsb.Append("\n");
sb.Append(lsb);