Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
docs: Corrects a parameter misspelling in the token interface (#564)
Browse files Browse the repository at this point in the history
`authorized` -> `authorize` in the `set_authorized` function
  • Loading branch information
ElliotFriend authored Sep 19, 2023
1 parent 6a0ef9c commit b1e5257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/interfaces/token-interface.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pub trait Contract {
fn set_authorized(
env: soroban_sdk::Env,
id: Address,
authorized: bool,
authorize: bool,
);

// --------------------------------------------------------------------------------
Expand Down

0 comments on commit b1e5257

Please sign in to comment.