From 40d474d456ec485cfceaacf88eeeea8427002f14 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 18 Aug 2019 15:16:36 +0100 Subject: [PATCH] Revert whitespace change --- TUTORIAL.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TUTORIAL.org b/TUTORIAL.org index ab3836c..13de634 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!