commit 5a54c66cfd97be49614c250543af3c60a76657ca parent 8f3d08a77db044579aaea1bd608f14f3cea5c2d5 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Wed, 7 Apr 2021 03:53:47 -0400 add period at end of sentence (two instances) Diffstat:
| M | anastasis.rst | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/anastasis.rst b/anastasis.rst @@ -625,10 +625,10 @@ In the following, UUID is always defined and used according to `RFC 4122`_. // to the details of how this is ultimately encoded. backup_account: []; //bytearray of undefined length - // List of escrow providers and selected authentication method + // List of escrow providers and selected authentication method. methods: EscrowMethod[]; - // List of possible decryption policies + // List of possible decryption policies. policy: DecryptionPolicy[]; }