commit e39873609105693675d827e44b6f8ead5557e704
parent 9d70234cc20b3d643be6b08ee0a64f1d0f428ad4
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 17 Mar 2021 07:26:30 -0400
capitalize first word in sentence
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -2954,7 +2954,7 @@ It has the following structure:
// The merchant's legal name of business.
name: string;
- // label for a location that denotes the jurisdiction for disputes.
+ // Label for a location that denotes the jurisdiction for disputes.
// Some of the typical fields for a location (such as a street address) may be absent.
jurisdiction: Location;
}