Skip to content

Commit

Permalink
Merge pull request #1372 from scrtlabs/fix-typo-in-entry_point-docs
Browse files Browse the repository at this point in the history
`s/handle/execute/` in `entry_point!` docs
  • Loading branch information
ueco-jb authored Jul 31, 2022
2 parents 9bf920b + 3081ece commit 88ab4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use std::str::FromStr;
/// }
///
/// #[entry_point]
/// pub fn handle(
/// pub fn execute(
/// deps: DepsMut,
/// env: Env,
/// info: MessageInfo,
Expand Down

0 comments on commit 88ab4ce

Please sign in to comment.