commit 8b795531124e825d8c126131f4c9fbb0049bf960 parent 3e48dda25db937ce60c4ae78ba62a3572c21c9f6 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Wed, 17 Mar 2021 07:14:41 -0400 capitalize first word in sentence Diffstat:
| M | core/api-merchant.rst | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -2749,7 +2749,7 @@ Checking tip status // Unique identifier for the tip. tip_id: HashCode; - // (remaining) amount of the tip (including fees). + // (Remaining) amount of the tip (including fees). tip_amount: Amount; }