Skip to content

Commit

Permalink
Fix doc string (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
maplant committed Jun 27, 2024
1 parent c4ad3ad commit c263d4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/decimal.proto
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ message Decimal {
//
// The ENBF grammar is:
//
//```
// DecimalString =
// [Sign] Significand [Exponent];
//
Expand All @@ -77,6 +78,7 @@ message Decimal {
// Exponent = ('e' | 'E') [Sign] Digits;
//
// Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
//```
//
// Services **should** clearly document the range of supported values, the
// maximum supported precision (total number of digits), and, if applicable,
Expand Down

0 comments on commit c263d4f

Please sign in to comment.