Skip to content

Commit

Permalink
Update docs/book/src/blockchain-development/native_assets.md
Browse files Browse the repository at this point in the history
Co-authored-by: K1-R1 <77465250+K1-R1@users.noreply.github.com>
  • Loading branch information
bitzoic and K1-R1 committed May 14, 2024
1 parent dbb9904 commit 3855cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/blockchain-development/native_assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ In the case where the `b256` value of an asset is already known, you may call th

The SubId is used to differentiate between different assets that are created by the same contract. The `SubId` is a `b256` value.

When creating an single new asset on Fuel, we recommend using the `DEFAULT_SUB_ID` or `SubId::zero()`.
When creating a single new asset on Fuel, we recommend using the `DEFAULT_SUB_ID` or `SubId::zero()`.

## The Base Asset

Expand Down

0 comments on commit 3855cdb

Please sign in to comment.