Skip to content

Commit

Permalink
chore(AIP-143): fix money.proto directory reference (#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
MEnnabah authored Dec 5, 2024
1 parent c60442d commit 532bb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aip/general/0143.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Fields representing currency **must** use [ISO-4217 currency codes][iso-4217],
such as `USD` or `CHF`, and the field **must** be called `currency_code`.

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

### Language

Expand Down

0 comments on commit 532bb8d

Please sign in to comment.