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 f02828e commit bdeae70Copy full SHA for bdeae70
1 file changed
pb/tzf/v1/tzinfo.proto
@@ -130,8 +130,8 @@ message InlinePoints {
130
message RingSegment {
131
oneof content {
132
InlinePoints inline = 1;
133
- int32 edge_forward = 2; // index into TopoTimezones.shared_edges (canonical direction)
134
- int32 edge_reversed = 3; // index into TopoTimezones.shared_edges (reversed direction)
+ int32 edge_forward = 2; // index into TopoTimezones.shared_edges (canonical direction)
+ int32 edge_reversed = 3; // index into TopoTimezones.shared_edges (reversed direction)
135
}
136
137
0 commit comments