Skip to content

Commit da722a4

Browse files
committed
schema: fix failing doc test
1 parent ff89d44 commit da722a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schema/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pub use cosmwasm_schema_derive::generate_api;
6161
/// #[derive(JsonSchema)]
6262
/// struct MigrateMsg;
6363
///
64-
/// generate_api! {
64+
/// write_api! {
6565
/// name: "cw20",
6666
/// instantiate: InstantiateMsg,
6767
/// migrate: MigrateMsg,

0 commit comments

Comments
 (0)