From e153b171652935976eca7f166b0fb6f14a772774 Mon Sep 17 00:00:00 2001 From: Frank Hillard Date: Tue, 8 Dec 2020 17:43:52 +0100 Subject: [PATCH] fix coloration in chapter deploycontract --- .../src/pages/Chapters/Camel/ChapterDeployContract/course.md | 2 +- .../src/pages/Chapters/Pascal/ChapterDeployContract/course.md | 2 +- .../src/pages/Chapters/Reason/ChapterDeployContract/course.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontend/src/pages/Chapters/Camel/ChapterDeployContract/course.md b/src/frontend/src/pages/Chapters/Camel/ChapterDeployContract/course.md index d8b3afa..86fa725 100644 --- a/src/frontend/src/pages/Chapters/Camel/ChapterDeployContract/course.md +++ b/src/frontend/src/pages/Chapters/Camel/ChapterDeployContract/course.md @@ -243,4 +243,4 @@ let main (action,store : parameter * storage): return = 1- Write the _compile-storage_ command and the LIGO expression for initializing the *Sol* system containing planet "earth" with coordinates (2,7,1). 2- Write the _dry-run_ command and the LIGO expression for adding a planet "mars" with coordinates (4,15,2) in our *Sol* system. -⚠️ Remind that the _dry-run_ command expects a parameter "" and a parameter "" as shown in Simulating section. For this _dry-run_ command you must write the "" parameter and reuse the *Sol* system of step 1 as "" parameter. +⚠️ Remind that the _dry-run_ command expects a parameter "" and a parameter "" as shown in Simulating section. For this _dry-run_ command you must write the "" parameter and reuse the *Sol* system of step 1 as "" parameter. diff --git a/src/frontend/src/pages/Chapters/Pascal/ChapterDeployContract/course.md b/src/frontend/src/pages/Chapters/Pascal/ChapterDeployContract/course.md index 0046e48..b0bb2a7 100644 --- a/src/frontend/src/pages/Chapters/Pascal/ChapterDeployContract/course.md +++ b/src/frontend/src/pages/Chapters/Pascal/ChapterDeployContract/course.md @@ -261,4 +261,4 @@ block { skip } with case action of 1- Write the _compile-storage_ command and the LIGO expression for initializing the *Sol* system containing planet "earth" with coordinates (2,7,1). 2- Write the _dry-run_ command and the LIGO expression for adding a planet "mars" with coordinates (4,15,2) in our *Sol* system. -⚠️ Remind that the _dry-run_ command expects a parameter "" and a parameter "" as shown in Simulating section. For this _dry-run_ command you must write the "" parameter and reuse the *Sol* system of step 1 as "" parameter. +⚠️ Remind that the _dry-run_ command expects a parameter "" and a parameter "" as shown in Simulating section. For this _dry-run_ command you must write the "" parameter and reuse the *Sol* system of step 1 as "" parameter. diff --git a/src/frontend/src/pages/Chapters/Reason/ChapterDeployContract/course.md b/src/frontend/src/pages/Chapters/Reason/ChapterDeployContract/course.md index 84d606c..09e2b58 100644 --- a/src/frontend/src/pages/Chapters/Reason/ChapterDeployContract/course.md +++ b/src/frontend/src/pages/Chapters/Reason/ChapterDeployContract/course.md @@ -249,4 +249,4 @@ let main = ((action,store) : (parameter,storage)): return => 1- Write the _compile-storage_ command and the LIGO expression for initializing the *Sol* system containing planet "earth" with coordinates (2,7,1). 2- Write the _dry-run_ command and the LIGO expression for adding a planet "mars" with coordinates (4,15,2) in our *Sol* system. -⚠️ Remind that the _dry-run_ command expects a parameter "" and a parameter "" as shown in Simulating section. For this _dry-run_ command you must write the "" parameter and reuse the *Sol* system of step 1 as "" parameter. +⚠️ Remind that the _dry-run_ command expects a parameter "" and a parameter "" as shown in Simulating section. For this _dry-run_ command you must write the "" parameter and reuse the *Sol* system of step 1 as "" parameter.