Skip to content

Commit

Permalink
Use EOSIO
Browse files Browse the repository at this point in the history
  • Loading branch information
qftgtr committed Sep 10, 2019
1 parent 36c4ff2 commit 4823065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/contracts/eosio-token.rst
Expand Up @@ -6,7 +6,7 @@ Introduction
===========================================

The ``eosio.token`` contract defines the structures and actions that allow users
to create, issue, and manage tokens on eosio based blockchains.
to create, issue, and manage tokens on EOSIO based blockchains.
The core token ``EOS`` of the EOSIO mainnet are issued under
the account ``eosio.token`` using this smart contract.

Expand Down
2 changes: 1 addition & 1 deletion source/eosio-cdt/headers.rst
Expand Up @@ -108,7 +108,7 @@ name.hpp
.. cpp:struct:: eosio::name
Mainly used to represent an eosio account name.
Mainly used to represent an EOSIO account name.
Name string can only have small letters a-z, digits 1-5 or dot, and max 12 characters.
The name is saved as a ``uint64_t``.

Expand Down

0 comments on commit 4823065

Please sign in to comment.