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!