summaryrefslogtreecommitdiff
path: root/table.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-19 03:23:31 -0600
committerJeff Carr <[email protected]>2025-02-19 17:39:45 -0600
commitb2cdb562af05cb13493232c547dea95f22733c54 (patch)
tree1765179b534dd66176398ef9903a444228f44406 /table.proto
parentb304d01e0c56d7899185ce22604a35e73b007a16 (diff)
trim stuff that isn't really used
Diffstat (limited to 'table.proto')
-rw-r--r--table.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/table.proto b/table.proto
index 424c8b2..d3b76cf 100644
--- a/table.proto
+++ b/table.proto
@@ -12,7 +12,7 @@ import "widget.proto"; // Import the well-known type for Timestamp
message StringRow {
string header = 1; //
repeated string vals = 2; //
- repeated Widget widgetS = 3; //
+ repeated Widget widgets = 3; //
}
message IntRow {