From a5d13b8e4f1a8ccd2c248b9a13b3fed909f8d2d6 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 7 Apr 2021 03:54:11 -0400 Subject: add period at end of sentence (two instances) --- anastasis.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anastasis.rst b/anastasis.rst index b9b79b2a..a4b7c4d6 100644 --- a/anastasis.rst +++ b/anastasis.rst @@ -637,10 +637,10 @@ In the following, UUID is always defined and used according to `RFC 4122`_. .. ts:def:: EscrowMethod interface EscrowMethod { - // URL of the escrow provider (including possibly this Anastasis server) + // URL of the escrow provider (including possibly this Anastasis server). provider_url : string; - // Type of the escrow method (e.g. security question, SMS etc.) + // Type of the escrow method (e.g. security question, SMS etc.). escrow_type: string; // UUID of the escrow method (see /truth/ API below). -- cgit v1.2.3