File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
env/src/call/call_builder Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ impl Default for ChainSpec {
8181}
8282
8383impl Engine {
84- // Creates a new `Engine instance.
84+ // Creates a new `Engine` instance.
8585 pub fn new ( ) -> Self {
8686 Self {
8787 database : Database :: new ( ) ,
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ impl Default for DebugInfo {
5757}
5858
5959impl DebugInfo {
60- // Creates a new `RecInstance instance.
60+ // Creates a new `RecInstance` instance.
6161 pub fn new ( ) -> Self {
6262 Self {
6363 emitted_events : Vec :: new ( ) ,
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ where
174174 ///
175175 /// # Note
176176 ///
177- /// On failure this an [`ink::env::Error`][`crate::Error`] which can be handled by the
177+ /// On failure this returns an [`ink::env::Error`][`crate::Error`] which can be handled by the
178178 /// caller.
179179 pub fn try_invoke ( self ) -> Result < ink_primitives:: MessageResult < ( ) > , Error > {
180180 self . params ( ) . try_invoke ( )
You can’t perform that action at this time.
0 commit comments