fixed grammar on doc.

If readers can gain additional pieces of  information on smart contracts, then  "more details" should be correct.
This commit is contained in:
Abdul Karim Moro 2022-02-19 08:31:26 +09:00 committed by GitHub
parent daad9a42c1
commit 2834003848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
===============