aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-08-15 01:07:36 +0800
committerGitHub <noreply@github.com>2017-08-15 01:07:36 +0800
commit892605e3c795fb1d54531585967ab9692754490e (patch)
tree1327922c469d8a6d5a0e39761bef3936d6dc876b /docs
parent2411f5d839cd784ef31e076812787b2e1934ca9f (diff)
parentfdeb94a105f816325dd5901555e13f1e3bf381f6 (diff)
downloaddexon-solidity-892605e3c795fb1d54531585967ab9692754490e.tar
dexon-solidity-892605e3c795fb1d54531585967ab9692754490e.tar.gz
dexon-solidity-892605e3c795fb1d54531585967ab9692754490e.tar.bz2
dexon-solidity-892605e3c795fb1d54531585967ab9692754490e.tar.lz
dexon-solidity-892605e3c795fb1d54531585967ab9692754490e.tar.xz
dexon-solidity-892605e3c795fb1d54531585967ab9692754490e.tar.zst
dexon-solidity-892605e3c795fb1d54531585967ab9692754490e.zip
Merge pull request #2735 from stuwest/fix/typo-in-intro-doc
docs typo: remove duplicate period and unnecessary spaces in intro
Diffstat (limited to 'docs')
-rw-r--r--docs/introduction-to-smart-contracts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/introduction-to-smart-contracts.rst b/docs/introduction-to-smart-contracts.rst
index 1f1373cf..1a3cf638 100644
--- a/docs/introduction-to-smart-contracts.rst
+++ b/docs/introduction-to-smart-contracts.rst
@@ -35,7 +35,7 @@ Solidity version 0.4.0 or anything newer that does not break functionality
(up to, but not including, version 0.5.0). This is to ensure that the
contract does not suddenly behave differently with a new compiler version. The keyword ``pragma`` is called that way because, in general,
pragmas are instructions for the compiler about how to treat the
-source code (e.g. `pragma once <https://en.wikipedia.org/wiki/Pragma_once>`_). .
+source code (e.g. `pragma once <https://en.wikipedia.org/wiki/Pragma_once>`_).
A contract in the sense of Solidity is a collection of code (its *functions*) and
data (its *state*) that resides at a specific address on the Ethereum