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