Skip to content

Commit

Permalink
typos (#1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
csokun authored Feb 8, 2024
1 parent 43db6ea commit 464754e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/cap-0046-06.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,9 @@ deterministic because the `ContractIDPreimage` is of type
The deployment and initilization of these contracts should be atomic, and the host
accomplishes this by calling `init_asset` during deployment of the Stellar Asset Contract.

Contracts can also deploy the Stellar Asset COntract by calling the `create_asset_contract` host function.
Contracts can also deploy the Stellar Asset Contract by calling the `create_asset_contract` host function.
```rust
// Creates the instance of Stellar Asset contract corresponding to the provided asset. `asset`
// Creates the instance of Stellar Asset Contract corresponding to the provided asset. `asset`
// is `stellar::Asset` XDR serialized to bytes format. Returns the address of the created contract.
fn create_asset_contract(asset: Object) -> Result<Object, Error>;

Expand Down

0 comments on commit 464754e

Please sign in to comment.