Skip to content

Commit de34c07

Browse files
joseph-fajenJoseph Fajen
andauthored
very minor edits to docs landing page, mainly to remove a double-negative -- an extra instance of the word (#7487)
Co-authored-by: Joseph Fajen <[email protected]>
1 parent 14c309a commit de34c07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/docusaurus/docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ sidebar_position: 0
55
# Plinth User Guide
66

77
Welcome to the Plinth user guide.
8-
This guide covers __Plinth__ (formerly Plutus Tx), a subset of Haskell tailored for implementing smart contracts on Cardano, and its compilation target, __Plutus Core__, a low level lambda calculus based language for on-chain execution.
8+
This guide covers __Plinth__ (formerly Plutus Tx), a subset of Haskell, tailored for implementing smart contracts on Cardano, and its compilation target, __Plutus Core__, a low-level lambda calculus-based language for on-chain execution.
99

10-
As a subset of Haskell, Plinth is high level and purely functional, and leverages Haskell's powerful type system.
10+
As a subset of Haskell, Plinth is high-level and purely functional, and leverages Haskell's powerful type system.
1111
This empowers developers to write secure, reliable and deterministic code, which is essential for smart contract development.
1212

1313
Plinth is used to write on-chain code, often called scripts or validators.
1414
To fully develop and deploy smart contracts, off-chain code is also needed for tasks such as building and submitting transactions, querying available UTXOs, and more.
1515
A detailed discussion of off-chain code is beyond the scope of this guide.
1616

17-
While not all subjects are not covered in depth, you can find links to specifications and papers for further reading in the [Further Resources](category/further-resources) section.
17+
While not all subjects are covered in-depth, you can find links to specifications and papers for further reading in the [Further Resources](category/further-resources) section.
1818
Visit the [Glossary](./glossary.md) page for brief descriptions of these concepts.

0 commit comments

Comments
 (0)