diff options
Diffstat (limited to 'table.proto')
| -rw-r--r-- | table.proto | 2 |
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 { |
