From b2cdb562af05cb13493232c547dea95f22733c54 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 19 Feb 2025 03:23:31 -0600 Subject: trim stuff that isn't really used --- table.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'table.proto') 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 { -- cgit v1.2.3