From 75f487a3747b07e62f4cc67fd8eb6cc43299cdfd Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 3 Sep 2022 15:20:13 +0200 Subject: graph: Move bullet point into text --- src/lib/Codec/Pesto/Graph.lhs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib') diff --git a/src/lib/Codec/Pesto/Graph.lhs b/src/lib/Codec/Pesto/Graph.lhs index 2f6de7f..a9d42a7 100644 --- a/src/lib/Codec/Pesto/Graph.lhs +++ b/src/lib/Codec/Pesto/Graph.lhs @@ -29,10 +29,10 @@ Language semantics > import Codec.Pesto.Parse hiding (test) The parser’s output, a stream of instructions, may contain multiple recipes. A -recipe must start with the directive “pesto” and may end with “buonappetito”. -This function extracts all recipes from the stream and removes both directives. - -- easily embed recipes into other documents +recipe must start with the directive “pesto” and may end with +“buonappetito”, which allows embedding recipes into other (plain-text) +documents. This function extracts all recipes from the stream and removes +both directives. > startDirective = Directive "pesto" > endDirective = Directive "buonappetito" -- cgit v1.2.3