commit a76b0dd84928e567ce2510caa14026f4c48bcca8 parent 84ea1acccd36075bc35eb9b46cb5aae168cb71ec Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Wed, 17 Mar 2021 04:47:44 -0400 add period at end of 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 @@ -1045,7 +1045,7 @@ Inspecting instances .. ts:def:: InstancesResponse interface InstancesResponse { - // List of instances that are present in the backend (see `Instance`) + // List of instances that are present in the backend (see `Instance`). instances: Instance[]; }