remove extraneous 's'

This commit is contained in:
greggdourgarian 2017-05-03 14:07:14 -05:00
parent d13a1f4f7b
commit 2ed1b3d6d2

View File

@ -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;