diff --git a/docs/modules/ROOT/pages/crowdsales.adoc b/docs/modules/ROOT/pages/crowdsales.adoc index 868de6da0..8be1b26e6 100644 --- a/docs/modules/ROOT/pages/crowdsales.adoc +++ b/docs/modules/ROOT/pages/crowdsales.adoc @@ -120,7 +120,7 @@ contract MyCrowdsaleDeployer { Crowdsale crowdsale = new MyCrowdsale( 1, // rate, still in TKNbits msg.sender, // send Ether to the deployer - address(token) // the token + token // the token ); // transfer the minter role from this contract (the default) // to the crowdsale, so it can mint tokens