Skip to content

Commit 532bb8d

Browse files
authored
chore(AIP-143): fix money.proto directory reference (#1455)
1 parent c60442d commit 532bb8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aip/general/0143.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Fields representing currency **must** use [ISO-4217 currency codes][iso-4217],
7070
such as `USD` or `CHF`, and the field **must** be called `currency_code`.
7171

7272
**Note:** For representing an amount of money in a particular currency, rather
73-
than the currency code itself, use [`google.protobuf.Money`][money].
73+
than the currency code itself, use [`google.type.Money`][money].
7474

7575
### Language
7676

0 commit comments

Comments
 (0)