This commit is contained in:
Rootul P
2022-10-31 16:31:22 +01:00
committed by GitHub
parent a7a7d6df82
commit 971c542453
+1 -1
View File
@@ -88,7 +88,7 @@ account types may do so.
#### Account Interface
The account interface exposes methods to read and write standard account information.
Note that all of these methods operate on an account struct confirming to the
Note that all of these methods operate on an account struct conforming to the
interface - in order to write the account to the store, the account keeper will
need to be used.