From 73aacec719a53b6c77aa6fec06e254577045bffc Mon Sep 17 00:00:00 2001 From: cherrries <101910862+cherrries@users.noreply.github.com> Date: Fri, 18 Mar 2022 21:43:02 -0400 Subject: [PATCH] minor spelling error correction --- docs/smart-contracts/marlowe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/smart-contracts/marlowe.md b/docs/smart-contracts/marlowe.md index 583cad37d6..91cbb54f0c 100644 --- a/docs/smart-contracts/marlowe.md +++ b/docs/smart-contracts/marlowe.md @@ -16,7 +16,7 @@ If you want to learn Marlowe from the ground up, start with [Marlowe Tutorial](h On the Cardano Forum, you can [dicuss Marlowe](https://forum.cardano.org/c/developers/cardano-marlowe/149) or if you prefer Telegram, there is a special [Marlowe Telegram Group](https://t.me/IOHK_Marlowe). ## The Marlowe platform -When compared to a [uring-complete](https://en.wikipedia.org/wiki/Turing_completeness) language, the Marlowe DSL provides significantly greater security, certainty, [guarantees of termination](https://en.wikipedia.org/wiki/Halting_problem), and behavior correctness. +When compared to a [Turing-complete](https://en.wikipedia.org/wiki/Turing_completeness) language, the Marlowe DSL provides significantly greater security, certainty, [guarantees of termination](https://en.wikipedia.org/wiki/Halting_problem), and behavior correctness. The design guarantees the following: - Contracts are finite. No recursion or loops.