Skip to content

Commit

Permalink
Merge pull request #283 from leopardracer/gh-pages
Browse files Browse the repository at this point in the history
fix: typos in documentation files
  • Loading branch information
t4sk authored Dec 2, 2024
2 parents d2ab871 + 0749464 commit 17b2016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/call/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cyfrinLink: https://www.cyfrin.io/glossary/call-solidity-code-example

This is the recommended method to use when you're just sending Ether via calling the `fallback` function.

However it is not the recommend way to call existing functions.
However it is not the recommended way to call existing functions.

### Few reasons why low-level call is not recommended

Expand Down
2 changes: 1 addition & 1 deletion src/pages/enum/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords: [data, variable, variables, enum, import, imports]
cyfrinLink: https://www.cyfrin.io/glossary/enum-solidity-code-example
---

Solidity supports enumerables and they are useful to model choice and keep track of state.
Solidity supports enums and they are useful to model choice and keep track of state.

Enums can be declared outside of a contract.

Expand Down

0 comments on commit 17b2016

Please sign in to comment.