Skip to content

Commit

Permalink
Update stylus-sdk/src/abi/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Raul Jordan <[email protected]>
  • Loading branch information
gligneul and rauljordan authored Dec 19, 2024
1 parent 6189c47 commit 355a6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylus-sdk/src/abi/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ where
/// The router_entrypoint calls the constructor when the selector is CONSTRUCTOR_SELECTOR.
/// The implementation should: decode the calldata and pass the parameters to the user-defined
/// constructor; and call internal::constructor_guard to ensure it is only executed once.
/// The constructor is assumed to be payable and doesn't need a #[paylable] annotation.
/// The constructor is assumed to be payable and doesn't need a #[payable] annotation.
/// Since each constructor has its own set of parameters, this function won't call the
/// constructors for inherited structs automatically. Instead, the user-defined function should
/// call the base classes constructors.
Expand Down

0 comments on commit 355a6c4

Please sign in to comment.