diff --git a/refactored/src/edx/entry_table.rs b/refactored/src/edx/entry_table.rs index 7f9ce7bd..db2f0267 100644 --- a/refactored/src/edx/entry_table.rs +++ b/refactored/src/edx/entry_table.rs @@ -1,4 +1,4 @@ -//! The Entry Table is a Encrypted Dictionary scheme (EDX). It is used to +//! The Entry Table is an Encrypted Dictionary scheme (EDX). It is used to //! securely store chain metadata. //! //! It uses the AES256-GCM algorithm in order to encrypt its values and the