Skip to content

Commit d7d5f3d

Browse files
committed
add examples for country and country_revision in comment
1 parent ed547f9 commit d7d5f3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

osi_trafficsign.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,11 @@ message TrafficSign
301301

302302
// Specifies the country. See ISO 3166-1, alpha-2 codes
303303
// https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
304+
// e.g. "Germany", "France", "Austria"
304305
optional string country = 8;
305306

306307
// The year the traffic rules come into force
308+
// e.g. "2017"
307309
optional string country_revision = 9;
308310

309311
// Code identifier according to country code

0 commit comments

Comments
 (0)