diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-08 17:26:43 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-08 17:27:57 +0200 |
| commit | 29f1d1b22b240ee9ef3cf4b867bc7a663d8d3a6a (patch) | |
| tree | 9bbf6c53a3782c48f679a02e93fbe46908f44d34 /examples | |
| parent | 22a9ade3409b40f644a5b79fc6f1e5b06419c507 (diff) | |
Improve error reporting
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/records-concept.milch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/records-concept.milch b/examples/records-concept.milch index dcb4a49..ebbf740 100644 --- a/examples/records-concept.milch +++ b/examples/records-concept.milch @@ -22,6 +22,6 @@ (Ns/User/set-phone-number unit user) ; => (Ns/User name:"Rick" phone-number:<unit>) -; The builtin function `kind` returns the identifier as a string for any record value +; The builtin function `kind` returns the identifier as a tag for any record value -(kind user) ; => "Ns/User" +(kind user) ; => :Ns/User |
