aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-07-09 19:28:27 +0800
committerGitHub <noreply@github.com>2018-07-09 19:28:27 +0800
commit8dc760925767262e21d80f25d775a742d6474875 (patch)
tree88f3333e67793f2e8a4179b2e95a7c2cb195c2d8 /docs
parent5bd2229247963f5ff5f90257cafeaae1af7b6917 (diff)
parent1e7d44d31c99558c8c3e98ac5413492cea4bd516 (diff)
downloaddexon-solidity-8dc760925767262e21d80f25d775a742d6474875.tar.gz
dexon-solidity-8dc760925767262e21d80f25d775a742d6474875.tar.zst
dexon-solidity-8dc760925767262e21d80f25d775a742d6474875.zip
Merge pull request #4395 from xinbenlv/patch-1
Indicating abbr.
Diffstat (limited to 'docs')
-rw-r--r--docs/abi-spec.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/abi-spec.rst b/docs/abi-spec.rst
index 366ca951..62914c05 100644
--- a/docs/abi-spec.rst
+++ b/docs/abi-spec.rst
@@ -9,7 +9,7 @@ Application Binary Interface Specification
Basic Design
============
-The Application Binary Interface is the standard way to interact with contracts in the Ethereum ecosystem, both
+The Application Binary Interface (ABI) is the standard way to interact with contracts in the Ethereum ecosystem, both
from outside the blockchain and for contract-to-contract interaction. Data is encoded according to its type,
as described in this specification. The encoding is not self describing and thus requires a schema in order to decode.