From 50f894393afcbaa8624a00f166a5c34b06355a30 Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Thu, 5 May 2016 15:05:05 -0400 Subject: Removed a trailing space --- docs/frequently-asked-questions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/frequently-asked-questions.rst') diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index 4016bc2d..2a2c3a7c 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -24,7 +24,7 @@ Solidity contracts can be compiled a few different ways (see below) and the resulting output can be cut/pasted into a geth console to deploy them to the Ethereum blockchain. -There are some `contract examples `_ by fivedogit and +There are some `contract examples `_ by fivedogit and there should be a `test contract `_ for every single feature of Solidity. How do I compile contracts? -- cgit