Skip to content

Commit

Permalink
fix constructor in code block
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-fleming committed Mar 13, 2024
1 parent cf08272 commit 07dc536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/erc1155.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ mod MyTokenReceiver {
#[constructor]
fn constructor(ref self: ContractState) {
self.erc721_receiver.initializer();
self.erc1155_receiver.initializer();
}
}
----

0 comments on commit 07dc536

Please sign in to comment.