Skip to content

Commit 046ff1c

Browse files
committed
correct example for ISO 3166-1 alpha-2 code
1 parent d7d5f3d commit 046ff1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

osi_trafficsign.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,11 +301,13 @@ 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"
304+
// e.g. "DE", "FR", "AT
305+
//"
305306
optional string country = 8;
306307

307308
// The year the traffic rules come into force
308309
// e.g. "2017"
310+
//
309311
optional string country_revision = 9;
310312

311313
// Code identifier according to country code

0 commit comments

Comments
 (0)