Skip to content

Commit

Permalink
fixup: Accidentally a word
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Nov 30, 2023
1 parent f8dcb7f commit 6d66b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/public/user-guide/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Solidity programming language has evolved quite a bit since its inception. S

While it's good for a programming language to evolve and better serve the needs of its users, not being able to easily upgrade or re-deploy existing contracts poses a unique challenge. Developer tooling must be able to understand and consume older contracts that are still being used on the blockchain, written in older versions of Solidity.

Because of that, Slang must be able to reason about different versions of Solidity; how the language grammar, name binding rules, and semantics have across different versions. One of our goals is to document differences as part of our [Solidity Specification](../solidity-specification/index.md).
Because of that, Slang must be able to reason about different versions of Solidity; how the language grammar, name binding rules, and semantics have changed across different versions. One of our goals is to document differences as part of our [Solidity Specification](../solidity-specification/index.md).

This is why, instead of having to download separate versions of the tool for each Solidity version, you can access the Slang language APIs by simply specifying the Solidity version that you want to work with.
See [language-specific guides](../#distributions) for more examples.

0 comments on commit 6d66b4b

Please sign in to comment.