Skip to content

Commit

Permalink
Merge branch 'master' into xunilrj/parser-recovery-inside-trait
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBatty authored Aug 23, 2023
2 parents 9bf4029 + 73b02df commit ecef273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/src/sway-program-types/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,13 @@ The repository [`sway-libs`](https://github.com/FuelLabs/sway-libs/) is a collec
Some Sway Libraries to try out:

- [Binary Merkle Proof](https://github.com/FuelLabs/sway-libs/tree/master/libs/merkle_proof)
- [Non-Fungible Token](https://github.com/FuelLabs/sway-libs/tree/master/libs/nft)
- [Non-Fungible Token](https://github.com/FuelLabs/sway-libs/tree/master/libs/archive/nft)
- [Signed Integers](https://github.com/FuelLabs/sway-libs/tree/master/libs/signed_integers)
- [Unsigned Fixed Point Number](https://github.com/FuelLabs/sway-libs/tree/master/libs/fixed_point)

### Example

You can import and use a Sway Library such as the [NFT](https://github.com/FuelLabs/sway-libs/tree/master/libs/nft/src) library just like any other external library.
You can import and use a Sway Library such as the [NFT](https://github.com/FuelLabs/sway-libs/tree/master/libs/archive/nft/src) library just like any other external library.

```sway
use sway_libs::nft::{
Expand Down

0 comments on commit ecef273

Please sign in to comment.