Use explicit Unknown record in example

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

View File

@ -251,7 +251,7 @@ No, it's better to be able to have a separate type:
@"Not sure about exact date..."
{"name": "Gregor Samsa",
"description": "humanoid trapped in an insect body",
"born": "Sometime in October 1915? Or was that when he became an insect?"}
"born": <Unknown "Sometime in October 1915? Or was that when he became an insect?">}
#+END_SRC
Now we can distinguish the two.