mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
remove extraneous 's'
This commit is contained in:
parent
d13a1f4f7b
commit
2ed1b3d6d2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user