Skip to content

Commit 06afc66

Browse files
authored
chore: correction typos index.md
The standard library has it's own reference documentation that has detailed information about each module in std. => The standard library has its own reference documentation that has detailed information about each module in std. "it's" should be corrected to "its". "It's" is a contraction for "it is", while "its" is the possessive form. Similar to ERC standards for Ethereum and Solidity, Sway has it's own SRC standards... => Similar to ERC standards for Ethereum and Solidity, Sway has its own SRC standards... "it's" should be corrected to "its".
1 parent 62e7342 commit 06afc66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ You can find example applications built with Sway in the [Sway Applications repo
5959

6060
**Q: What is the standard library?**
6161

62-
The [standard library](./introduction/standard_library.md), also referred to as `std`, is a library that offers core functions and helpers for developing in Sway. The standard library has it's own [reference documentation](https://fuellabs.github.io/sway/master/std/) that has detailed information about each module in `std`.
62+
The [standard library](./introduction/standard_library.md), also referred to as `std`, is a library that offers core functions and helpers for developing in Sway. The standard library has its own [reference documentation](https://fuellabs.github.io/sway/master/std/) that has detailed information about each module in `std`.
6363

6464
**Q: What are Sway standards?**
6565

66-
Similar to ERC standards for Ethereum and Solidity, Sway has it's own SRC standards that help enable cross compatibility across different smart contracts. For more information on using a Sway Standard, you can check out the [Sway-Standards Repository](https://github.com/FuelLabs/sway-standards).
66+
Similar to ERC standards for Ethereum and Solidity, Sway has its own SRC standards that help enable cross compatibility across different smart contracts. For more information on using a Sway Standard, you can check out the [Sway-Standards Repository](https://github.com/FuelLabs/sway-standards).
6767

6868
**Q: How can I make a token?**
6969

0 commit comments

Comments
 (0)