commit 35ceaa34e8e60a4c01262c243d5c32d388051355 parent b7ccaf185a927cd437b92ac38a3089051d3595f0 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Wed, 7 Apr 2021 03:55:57 -0400 fix typo: s/uuid/UUID/ Diffstat:
| M | anastasis.rst | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/anastasis.rst b/anastasis.rst @@ -679,7 +679,7 @@ In the following, UUID is always defined and used according to `RFC 4122`_. // escrow methods identified by UUID. encrypted_master_key: [32]; //bytearray - // List of escrow methods identified by their uuid. + // List of escrow methods identified by their UUID. uuid: string[]; }