From 2ed1b3d6d293e2e26c02a9498b38d307644afb82 Mon Sep 17 00:00:00 2001 From: greggdourgarian Date: Wed, 3 May 2017 14:07:14 -0500 Subject: [PATCH] remove extraneous 's' --- docs/contracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contracts.rst b/docs/contracts.rst index f1bb8bb57..5df52d7e0 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -835,7 +835,7 @@ Arguments for Base Constructors Derived contracts need to provide all arguments needed for the base constructors. This can be done in two ways:: - pragma solidity ^0.4.0;s + pragma solidity ^0.4.0; contract Base { uint x;