Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
maplant committed Jun 27, 2024
1 parent c263d4f commit 81d8823
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/decimal.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ option java_package = "com.google.type";
option objc_class_prefix = "GTP";

// A representation of a decimal value, such as 2.5. Clients may convert values
// into language-native decimal formats, such as Java's [BigDecimal][] or
// Python's [decimal.Decimal][].
// into language-native decimal formats, such as Java's [BigDecimal] or
// Python's [decimal.Decimal].
//
// [BigDecimal]:
// https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html
Expand Down Expand Up @@ -66,7 +66,7 @@ message Decimal {
//
// The ENBF grammar is:
//
//```
//```text
// DecimalString =
// [Sign] Significand [Exponent];
//
Expand Down

0 comments on commit 81d8823

Please sign in to comment.