From 2db315d140cd943cde5011ca77c27e30d4ae285a Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 18 Aug 2019 14:23:29 +0100 Subject: [PATCH] Cosmetic: spacing --- TUTORIAL.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TUTORIAL.org b/TUTORIAL.org index 5370faa..d1cd420 100644 --- a/TUTORIAL.org +++ b/TUTORIAL.org @@ -276,10 +276,10 @@ They can also be strings or numbers or even dictionaries. And very interestingly, they can also be other records: #+BEGIN_SRC preserves -< - {"to": [], - "attributedTo": , - "content": "Say, did you finish reading that book I lent you?"}> +< + { "to": [], + "attributedTo": , + "content": "Say, did you finish reading that book I lent you?" } > #+END_SRC Do you see it? This Record's label is... an =iri= Record!