diff --git a/core/cap-0046-06.md b/core/cap-0046-06.md index d2995102b..772919fc9 100644 --- a/core/cap-0046-06.md +++ b/core/cap-0046-06.md @@ -171,7 +171,7 @@ fn allowance(e: &Host, from: Address, spender: Address) -> Result Result Address; /// /// # Events /// -/// Emits an event with topics `["set_authorized", id: Address, sep0011_asset: String], data = -/// [authorize: bool]` +/// Emits an event with topics `["set_authorized", admin: Address, id: Address, sep0011_asset: String], data = +/// authorize: bool` fn set_authorized(env: Env, id: Address, authorize: bool); /// Mints `amount` to `to`. @@ -336,7 +336,7 @@ fn mint(env: Env, to: Address, amount: i128); /// /// # Events /// -/// Emits an event with topics `["clawback", admin: Address, to: Address, sep0011_asset: String], +/// Emits an event with topics `["clawback", admin: Address, from: Address, sep0011_asset: String], /// data = amount: i128` fn clawback(env: Env, from: Address, amount: i128); ```