diff options
Diffstat (limited to 'docs/c1/2-decode.md')
| -rw-r--r-- | docs/c1/2-decode.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/c1/2-decode.md b/docs/c1/2-decode.md index 0b34204..379c74b 100644 --- a/docs/c1/2-decode.md +++ b/docs/c1/2-decode.md @@ -1,7 +1,7 @@ # Decoding A separate process called "decoding" can transform simple data structures, -consisting of only the datum types, into a richer set of Zisp types. +consisting of only the base datum types, into a richer set of Zisp types. For example, the decoder may turn `(#HASH ...)` into a vector, as one would expect a vector literal like `#(...)` to work in Scheme. Bytevector syntax |
