Cosmetic: spacing

This commit is contained in:
Tony Garnock-Jones 2019-08-18 14:23:29 +01:00
parent 95e9167d78
commit 2db315d140
1 changed files with 4 additions and 4 deletions

View File

@ -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
<<iri "https://www.w3.org/ns/activitystreams#Note">
{"to": [<iri "https://chatty.example/ben/">],
"attributedTo": <iri "https://social.example/alyssa/">,
"content": "Say, did you finish reading that book I lent you?"}>
< <iri "https://www.w3.org/ns/activitystreams#Note">
{ "to": [<iri "https://chatty.example/ben/">],
"attributedTo": <iri "https://social.example/alyssa/">,
"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!