Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor grammar issues #7

Merged
merged 1 commit into from
Aug 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nep-11.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This NEP defines a standard non-fungible token system for the NEO Smart Economy.
NFTs are required to track, exchange and enforce ownership of digital assets.
A non-fungible token (NFT) can be thought of like a property deed - each one is unique and carries some non-mutable information (e.g. the physical address of the property).
Other information, such as the owner of the property, can be changed.
Also, we provide a built-in optional divisibility within each non-fungible asset.
Also, we provide built-in optional divisibility within each non-fungible asset.
This allows for high value objects to be tokenized more effectively.

==Specification==
Expand Down Expand Up @@ -50,7 +50,7 @@ This method MUST always return the same value every time it is invoked.
public static BigInteger totalSupply()
</pre>

Returns the total token supply deployed in the system.
Returns the total token supply currently in the system.

====decimals====

Expand Down