Skip to content

Commit

Permalink
remove redundant spaces/period in intro docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stuwest committed Aug 12, 2017
1 parent 52ccc26 commit 69197bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction-to-smart-contracts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69197bf

Please sign in to comment.