Merge pull request #12698 from Abdulkarim4u/develop

fixed grammar on doc.
This commit is contained in:
chriseth
2022-02-28 12:40:01 +01:00
committed by GitHub
+1 -1
View File
@@ -10,7 +10,7 @@ A Simple Smart Contract
Let us begin with a basic example that sets the value of a variable and exposes
it for other contracts to access. It is fine if you do not understand
everything right now, we will go into more detail later.
everything right now, we will go into more details later.
Storage Example
===============